cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Wed Aug 2 00:45:28 UTC 2006


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


More information about the cvs-src mailing list