Module Name: src
Committed By: martin
Date: Thu Sep 3 13:41:42 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1602
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-8.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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.33 src/doc/CHANGES-8.3:1.1.2.34
--- src/doc/CHANGES-8.3:1.1.2.33 Wed Sep 2 12:29:26 2020
+++ src/doc/CHANGES-8.3 Thu Sep 3 13:41:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.33 2020/09/02 12:29:26 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.34 2020/09/03 13:41:42 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1033,4 +1033,9 @@ sys/dev/pci/ixgbe/ixgbe_x550.c 1.17
Add recovery code for unsupported SFP+.
[msaitoh, ticket #1601]
+sys/netinet/tcp_input.c 1.419
+
+ PR 55567: a unidirectional sender could be slowed down to
+ 1 byte every 5 or even 60 seconds.
+ [kardel, ticket #1602]