rwatson     2008-05-29 14:28:26 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Read lock rather than write lock TCP inpcbs in monitoring sysctls.  In
  some cases, add explicit inpcb locking rather than relying on the global
  lock, as we dereference inp_socket, but also allowing us to drop the
  global lock more quickly.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.307     +31 -35    src/sys/netinet/tcp_subr.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to