[Bug 234258] SIGIO not delivered on socket when incoming connection arrives

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 27 19:37:16 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234258

Jason A. Harmening <jah at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs at FreeBSD.org            |jah at FreeBSD.org
                 CC|                            |jah at FreeBSD.org

--- Comment #1 from Jason A. Harmening <jah at FreeBSD.org> ---
It looks like this is fallout from the split between dataflow and listening
sockets done in r319722.  Listening sockets now take a completely separate path
through solisten_wakeup(), which unlike sowakeup() does not pend SIGIO for
SS_ASYNC sockets.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list