cvs commit: src/sys/netinet tcp_output.c
Hartmut Brandt
harti at FreeBSD.org
Wed Aug 13 01:50:44 PDT 2003
harti 2003/08/13 01:50:42 PDT
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
The tcp_trace call needs the length of the header. Unfortunately the
code has rotten a bit so that the header length is not correct at
the point when tcp_trace is called. Temporarily compute the correct
value before the call and restore the old value after. This makes
ports/benchmarks/dbs to almost work.
This is a NOP unless you compile with TCPDEBUG.
Revision Changes Path
1.79 +5 -1 src/sys/netinet/tcp_output.c
More information about the cvs-src
mailing list