Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2009 00:29:22 +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:  <200903110029.n2B0TYdk025453@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-03-11 00:29:22 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c in_pcb.h 
  Log:
  SVN rev 189657 on 2009-03-11 00:29:22Z by rwatson
  
  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.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.243     +10 -4     src/sys/netinet/in_pcb.c
  1.128     +1 -0      src/sys/netinet/in_pcb.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903110029.n2B0TYdk025453>