cvs commit: src/sys/netinet tcp_syncache.c

Hartmut Brandt harti at FreeBSD.org
Wed Aug 13 03:20:58 PDT 2003


harti       2003/08/13 03:20:57 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  The syncache has made use of TCPDEBUG problematic, because the SYN
  segments are lost for the application. This broke, for example,
  ports/benchmarks/dbs which needs the SYN segment to filter the
  contents of the trace buffer for the connection it is interested in.
  
  This patch makes the SYN segments available again. Unfortunately they
  are now associated with the listening socket instead of the new one, so
  a change to applications is required, but without this patch it wouldn't
  work altogether.
  
  PR:             kern/45966
  
  Revision  Changes    Path
  1.41      +41 -0     src/sys/netinet/tcp_syncache.c


More information about the cvs-src mailing list