cvs commit: src/sys/netinet tcp_input.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 9 16:59:20 UTC 2006


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


More information about the cvs-src mailing list