blob: 1d2fe95d86d7075b909d8271cc2d0b3c468c28a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2007/04/01 21:26:49 wiz Exp $
--- src/unix_interact.c.orig 2003-10-14 19:12:21.000000000 +0200
+++ src/unix_interact.c 2003-10-14 19:12:36.000000000 +0200
@@ -261,7 +261,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;
|