cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Mon May 7 13:04:26 UTC 2007


rwatson     2007-05-07 13:04:25 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  When setting up timewait state for a TCP connection, don't hold the
  socket lock over a crhold() of so_cred: so_cred is constant after
  socket creation, so doesn't require locking to read.
  
  Revision  Changes    Path
  1.278     +1 -1      src/sys/netinet/tcp_subr.c


More information about the cvs-src mailing list