14 lines
476 B
Plaintext
14 lines
476 B
Plaintext
$NetBSD: patch-aa,v 1.3 2010/03/13 04:40:12 obache Exp $
|
|
|
|
--- src/unix_interact.c.orig 2006-01-23 17:53:38.000000000 +0000
|
|
+++ src/unix_interact.c
|
|
@@ -362,7 +362,7 @@ do_make_raw(struct terminal_attributes *
|
|
|
|
/* Modify VMIN and VTIME, to save some bandwidth and make traffic
|
|
* analysis of interactive sessions a little harder. */
|
|
- res->ios.c_cc[VMIN] = 4;
|
|
+ res->ios.c_cc[VMIN] = 1;
|
|
/* Inter-character timer, in units of 0.1s */
|
|
res->ios.c_cc[VTIME] = 1;
|
|
|