Module Name: src
Committed By: snj
Date: Sat Jul 18 21:39:10 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 859.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.48 src/doc/CHANGES-5.1:1.1.2.49
--- src/doc/CHANGES-5.1:1.1.2.48 Fri Jul 17 05:52:49 2009
+++ src/doc/CHANGES-5.1 Sat Jul 18 21:39:10 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.48 2009/07/17 05:52:49 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.49 2009/07/18 21:39:10 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -1579,3 +1579,11 @@
ethernet definitions are mixed. Fixes a refcount assertion.
[tonnerre, ticket #860]
+sys/netinet/tcp_input.c 1.296
+
+ Follow exactly the recommendation of
+ draft-ietf-tcpm-tcpsecure-11.txt: Don't check gainst the last
+ ack received, but the expected sequence number. This makes RST
+ handling independent of delayed ACK.
+ [is, ticket #859]
+