cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Mon Apr 3 11:57:14 UTC 2006


rwatson     2006-04-03 11:57:13 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Fix up locking surrounding tcp_drop sysctl: in the new world order, we
  don't free inpcbs until after the socket is closed, so we always need
  to unlock an inpcb after calling tcp_drop() on it.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.240     +8 -8      src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list