Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc #1680



details:   https://anonhg.NetBSD.org/src/rev/4863dd3a2755
branches:  netbsd-1-6
changeset: 531316:4863dd3a2755
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Apr 20 20:31:20 2004 +0000

description:
#1680

diffstat:

 doc/CHANGES-1.6.3 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 1bb899db9408 -r 4863dd3a2755 doc/CHANGES-1.6.3
--- a/doc/CHANGES-1.6.3 Tue Apr 20 20:26:43 2004 +0000
+++ b/doc/CHANGES-1.6.3 Tue Apr 20 20:31:20 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.3,v 1.1.2.85 2004/04/20 06:22:39 tron Exp $
+#      $NetBSD: CHANGES-1.6.3,v 1.1.2.86 2004/04/20 20:31:20 jmc Exp $
 
 A complete list of changes from NetBSD 1.6.2 to NetBSD 1.6.3:
 
@@ -615,3 +615,17 @@
        makedepend.
        [kleink, ticket #1677]
 
+sys/netinet/tcp_subr.c                         patch
+sys/netinet/tcp_input.c                                patch
+sys/netinet/tcp_var.h                          patch
+
+       If a segment is received with RST set and the segment is completely to  
+       the left of the receive window, ignore it.  Add some additional 
+       comments to the code that deals with received segemnts that are 
+       completely to the right of the receive window.  If an invalid SYN is 
+       received, force an ACK and drop it; if the other side really sent the 
+       SYN; it'll respond with a reset.
+       Respond to RST by ACK, as suggested in NISCC recommendation.
+       Rate-limit ACKs against RSTs and SYNs. 
+       If SYN is coming and RCV.NXT == SEG.SEQ, then ACK with value - 1.
+       [itojun, ticket #1680]



Home | Main Index | Thread Index | Old Index