Date: Wed, 13 Aug 2003 03:20:57 -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_syncache.c Message-ID: <200308131020.h7DAKvb4018972@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308131020.h7DAKvb4018972>
