Date: Thu, 26 Mar 2009 14:20:16 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h Message-ID: <200903261420.n2QEKOln017863@repoman.freebsd.org>
index | next in thread | raw e-mail
rwatson 2009-03-26 14:20:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet in_pcb.c in_pcb.h
Log:
SVN rev 190442 on 2009-03-26 14:20:16Z by rwatson
Merge r189657 from head to stable/7:
Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whether
or not the inpcb is currenty on various hash lookup lists, rather
than using (lport != 0) to detect this. This means that the full
4-tuple of a connection can be retained after close, which should
lead to more sensible netstat output in the window between TCP
close and socket close.
Approved by: re (kib)
Revision Changes Path
1.196.2.25 +10 -4 src/sys/netinet/in_pcb.c
1.100.2.16 +1 -0 src/sys/netinet/in_pcb.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903261420.n2QEKOln017863>
