Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2008 14:28:26 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <200805291428.m4TESQVs050894@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805291428.m4TESQVs050894>