]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate debug code that catches bugs in the hinting of sack variables
authormohans <mohans@FreeBSD.org>
Thu, 6 Apr 2006 17:21:16 +0000 (17:21 +0000)
committermohans <mohans@FreeBSD.org>
Thu, 6 Apr 2006 17:21:16 +0000 (17:21 +0000)
commita29f457114ce2ace6c1e5ca9ab7b2df898f96da3
treec83f84a26b9e4f3add49057cf7169294e4207031
parentdca0aae557f7b8fdc5869248a4f0b6c408895da8
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.
sys/netinet/tcp_sack.c