On Wed, 2015-11-11 at 10:43 -0800, Eric Dumazet wrote:
On Wed, 2015-11-11 at 10:23 -0800, Tom Herbert wrote:
quoted
How about doing this in shutdown called for a listener?
Seems a good idea, I will try it, thanks !
Arg, I forgot about this shutdown() discussion we had recently
with Oracle guys.
It is currently used in linux to unblock potential threads in accept()
system call.
This would prevent syn_recv sockets to be finally accepted.