Date: Sun, 20 Jun 2004 21:47:12 +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/netipx spx_usrreq.c Message-ID: <200406202147.i5KLlCOT077084@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406202147.i5KLlCOT077084>