summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-25 19:04:46 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-25 19:04:46 +1000
commitae09cb8a7123416217e88a42c2c0ad04230d5314 (patch)
tree12bcfe860047485a517ce0b75c579477f6c5ff61 /ChangeLog
parentab17f7d67b2decbd8561977a47fec55a9e74337e (diff)
- dtucker@cvs.openbsd.org 2007/06/25 08:20:03
[channels.c] Correct test for window updates every three packets; prevents sending window updates for every single packet. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ee5e92..43d5e365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@
[atomicio.c]
if the fd passed to atomicio/atomiciov() is non blocking, then poll() to
avoid a spin if it is not yet ready for reading/writing; ok dtucker@
+ - dtucker@cvs.openbsd.org 2007/06/25 08:20:03
+ [channels.c]
+ Correct test for window updates every three packets; prevents sending
+ window updates for every single packet. ok markus@
20070614
- (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the
@@ -3091,4 +3095,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4706 2007/06/25 09:04:12 dtucker Exp $
+$Id: ChangeLog,v 1.4707 2007/06/25 09:04:46 dtucker Exp $