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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to