summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:05:22 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:05:22 +1100
commit314dd4b2f33c22330f3f4272b1605fb0d8fbc58b (patch)
tree821bb43145d5df6847b75b5b6e0a3cefdad2df5d /ChangeLog
parentb24c2f8e33781be43702d8cfc69d4fbd0547e638 (diff)
- dtucker@cvs.openbsd.org 2006/03/13 08:33:00
[packet.c] Set TCP_NODELAY for all connections not just "interactive" ones. Fixes poor performance and protocol stalls under some network conditions (mindrot bugs #556 and #981). Patch originally from markus@, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2be6f21d..7cc666a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -210,6 +210,11 @@
[sshd.c]
don't log that we are listening on a socket before the listen() call
actually succeeds, bz #1162 reported by Senthil Kumar; ok dtucker@
+ - dtucker@cvs.openbsd.org 2006/03/13 08:33:00
+ [packet.c]
+ Set TCP_NODELAY for all connections not just "interactive" ones. Fixes
+ poor performance and protocol stalls under some network conditions (mindrot
+ bugs #556 and #981). Patch originally from markus@, ok djm@
20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4111,4 +4116,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4200 2006/03/15 01:04:36 djm Exp $
+$Id: ChangeLog,v 1.4201 2006/03/15 01:05:22 djm Exp $