cvs commit: src/sys/netinet tcp_input.c

Hartmut Brandt harti at FreeBSD.org
Wed Aug 13 01:46:56 PDT 2003


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


More information about the cvs-src mailing list