cvs commit: src/sys/netipx spx_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Jun 20 14:47:14 PDT 2004


rwatson     2004-06-20 21:47:12 UTC

  FreeBSD src repository

  Modified files:
    sys/netipx           spx_usrreq.c 
  Log:
  It's now the responsibility of the consumer of soabort() to remove a
  socket from its accept queue when aborting it during a new inbound
  connection.  Update spx_input() to acquire the accept lock, assert
  the condition of the socket on its parent queue, and approriately
  disconnect it from the queue before calling soabort() on it.
  
  Revision  Changes    Path
  1.44      +12 -1     src/sys/netipx/spx_usrreq.c


More information about the cvs-src mailing list