Date: Thu, 23 Feb 2006 21:14:34 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_output.c Message-ID: <200602232114.k1NLEZOs027413@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2006-02-23 21:14:34 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_output.c Log: This patch fixes the problem where the current TCP code can not handle simultaneous open. Both the bug and the patch were verified using the ANVL test suite. PR: kern/74935 Submitted by: qingli (before I became committer) Reviewed by: andre MFC after: 5 days Revision Changes Path 1.290 +1 -1 src/sys/netinet/tcp_input.c 1.115 +2 -1 src/sys/netinet/tcp_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602232114.k1NLEZOs027413>