Fri Jul 24 07:46:03 2015 UTC ()
Ticket #1973


(martin)
diff -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.2.4

cvs diff -r1.1.2.33 -r1.1.2.34 src/doc/Attic/CHANGES-5.2.4 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-5.2.4 2015/07/01 07:19:30 1.1.2.33
+++ src/doc/Attic/CHANGES-5.2.4 2015/07/24 07:46:03 1.1.2.34
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.4,v 1.1.2.33 2015/07/01 07:19:30 bouyer Exp $
+# $NetBSD: CHANGES-5.2.4,v 1.1.2.34 2015/07/24 07:46:03 martin Exp $
 
 A complete list of changes from the NetBSD 5.2.3 release to the NetBSD 5.2.4
 release:
@@ -2646,4 +2646,12 @@
 	And finally, don't silently ignore errors changing uid and gid; those
 	are serious if they happen.
 	[dholland, ticket #1971]
+
+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 #1973]