cvs commit: src/sys/netinet tcp_sack.c
Mohan Srinivasan
mohans at FreeBSD.org
Thu Apr 6 17:48:41 UTC 2006
mohans 2006-04-06 17:21:16 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_sack.c
Log:
Eliminate debug code that catches bugs in the hinting of sack variables
(tcp_sack_output_debug checks cached hints aginst computed values by walking the
scoreboard and reports discrepancies). The sack hinting code has been stable for
many months now so it is time for the debug code to go. Leaving tcp_sack_output_debug
ifdef'ed out in case we need to resurrect it at a later point.
Revision Changes Path
1.31 +3 -13 src/sys/netinet/tcp_sack.c
More information about the cvs-src
mailing list