Date: Thu, 25 Nov 2004 19:04:20 +0000 (UTC) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200411251904.iAPJ4KXf045915@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2004-11-25 19:04:20 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Fix a problem where our TCP stack would ignore RST packets if the receive window was 0 bytes in size. This may have been the cause of unsolved "connection not closing" reports over the years. Thanks to Michiel Boland for providing the fix and providing a concise test program for the problem. Submitted by: Michiel Boland MFC after: 2 weeks Revision Changes Path 1.259 +3 -2 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411251904.iAPJ4KXf045915>