cvs commit: src/sys/netinet tcp_input.c tcp_subr.c
Paul Saab
ps at FreeBSD.org
Tue Apr 19 11:30:40 PDT 2005
ps 2005-04-19 18:30:40 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet tcp_input.c tcp_subr.c
Log:
MFC: rev 1.269 of tcp_input.c, rev 1.221 of tcp_subr.c
- If the reassembly queue limit was reached or if we couldn't allocate
a reassembly queue state structure, don't update (receiver) sack
report.
- Similarly, if tcp_drain() is called, freeing up all items on the
reassembly queue, clean the sack report.
Revision Changes Path
1.252.2.15 +3 -1 src/sys/netinet/tcp_input.c
1.201.2.16 +1 -0 src/sys/netinet/tcp_subr.c
More information about the cvs-src
mailing list