Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2003 01:50:43 -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_output.c
Message-ID:  <200308130850.h7D8ohOj013289@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308130850.h7D8ohOj013289>