Date: Thu, 6 Apr 2006 17:21:16 +0000 (UTC) From: Mohan Srinivasan <mohans@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_sack.c Message-ID: <200604061721.k36HLGcA069370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604061721.k36HLGcA069370>
