Date: Sun, 9 Apr 2006 16:59:20 +0000 (UTC) From: Robert Watson <rwatson@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: <200604091659.k39GxKKv019673@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-09 16:59:20 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Modify tcp_timewait() to accept an inpcb reference, not a tcptw reference. For now, we allow the possibility that the in_ppcb pointer in the inpcb may be NULL if a timewait socket has had its tcptw structure recycled. This allows tcp_timewait() to consistently unlock the inpcb. Reported by: Kazuaki Oda <kaakun at highway dot ne dot jp> MFC after: 3 months Revision Changes Path 1.297 +12 -11 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604091659.k39GxKKv019673>