Module Name: src
Committed By: martin
Date: Fri Jul 24 07:36:52 UTC 2015
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket #1315
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-6.1.6
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-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.44 src/doc/CHANGES-6.1.6:1.1.2.45
--- src/doc/CHANGES-6.1.6:1.1.2.44 Sun Jul 12 19:01:07 2015
+++ src/doc/CHANGES-6.1.6 Fri Jul 24 07:36:51 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.44 2015/07/12 19:01:07 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.45 2015/07/24 07:36:51 martin Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -5976,3 +5976,12 @@ doc/3RDPARTY patch
Update OpenSSL to 1.0.1p.
[spz, ticket #1313]
+sys/netinet/tcp_input.c 1.343
+sys/netinet/tcp_output.c 1.184
+
+ If we are sending a window probe and there's unacked data in the
+ socket, make sure at least the persist timer is running.
+ Make sure that snd_win doesn't go negative.
+ [matt, ticket #1315]
+
+