summaryrefslogtreecommitdiff
path: root/security/lsh/patches/patch-aa
blob: 95ad431386a6063ca64f4eb64e75ed395e4c7bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2004/01/12 15:55:11 drochner 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;