cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Thu May 29 14:28:26 UTC 2008


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


More information about the cvs-src mailing list