K 10 svn:author V 5 harti K 8 svn:date V 27 2003-08-13T08:46:54.000000Z K 7 svn:log V 390 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. END