Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 19:37:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234258] SIGIO not delivered on socket when incoming connection arrives
Message-ID:  <bug-234258-227-FNLJhNZ9kC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234258-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234258-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234258

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

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

--- Comment #1 from Jason A. Harmening <jah@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234258-227-FNLJhNZ9kC>