Date: Wed, 13 Aug 2003 01:46:55 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200308130846.h7D8ktdt013022@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/08/13 01:46:55 PDT FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: A number of patches in the last years have created new return paths in tcp_input that leave the function before hitting the tcp_trace function call for the TCPDEBUG option. This has made TCPDEBUG mostly useless (and tools like ports/benchmarks/dbs not working). Add tcp_trace calls to the return paths that could be identified in this maze. This is a NOP unless you compile with TCPDEBUG. Revision Changes Path 1.208 +21 -0 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308130846.h7D8ktdt013022>