Source-Changes archive

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

CVS commit: [netbsd-4-0] src/sys/netinet



Module Name:    src
Committed By:   jdc
Date:           Sun Mar 30 15:26:11 UTC 2008

Modified Files:
        src/sys/netinet [netbsd-4-0]: ip_input.c tcp_subr.c

Log Message:
Pull up revisions:
  src/sys/netinet/ip_input.c    1.263
  src/sys/netinet/tcp_subr.c    1.225
(requested by cube in ticket #1109).

- Make sure we send a reasonable fragment size when IPSEC is configured.
  Otherwise we end up sending a dubious "0" whenever we cannot find a
  proper association for the packet.
- Reset sack_newdata along with snd_nxt to avoid improper integer
  arithmetics that lead to sending data from an incorrect place in the
  stream, making it appear as corrupted.

Patch by Michael Van Elst, based on an analysis by Michael for the IPSEC
stuff and I for the SACK issue.


To generate a diff of this commit:
cvs rdiff -r1.236.2.1 -r1.236.2.1.4.1 src/sys/netinet/ip_input.c
cvs rdiff -r1.208.2.1 -r1.208.2.1.4.1 src/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index