Module Name: src
Committed By: martin
Date: Fri Jul 24 07:43:27 UTC 2015
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket #1973
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.121 -r1.1.2.122 src/doc/CHANGES-5.3
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.3
diff -u src/doc/CHANGES-5.3:1.1.2.121 src/doc/CHANGES-5.3:1.1.2.122
--- src/doc/CHANGES-5.3:1.1.2.121 Wed Jul 1 07:19:25 2015
+++ src/doc/CHANGES-5.3 Fri Jul 24 07:43:27 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.121 2015/07/01 07:19:25 bouyer Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.122 2015/07/24 07:43:27 martin Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -3936,3 +3936,11 @@ usr.bin/calendar/calendar.c 1.51
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]
+