Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2006 00:45:27 +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/kern uipc_socket.c
Message-ID:  <200608020045.k720jR0x066010@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-08-02 00:45:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Move updated of 'numopensockets' from bottom of sodealloc() to the top,
  eliminating a second set of identical mutex operations at the bottom.
  This allows brief exceeding of the max sockets limit, but only by
  sockets in the last stages of being torn down.
  
  Revision  Changes    Path
  1.277     +1 -3      src/sys/kern/uipc_socket.c



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