On Sat, Sep 26, 2015 at 6:04 PM, Eric Dumazet <eric.duma...@gmail.com> wrote: > > What about listen(fd, 0) ? > > Not sure we need to add a new socket option. > > It makes sense to extend reuseport logic to ignore listeners with a 0 > backlog (if not already done, I did not check) > >
Just checked this and no listen(fd, 0) still does schedule new connections despite zero accept backlog for a reuseport socket. I'll resubmit this patch with your suggestion. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html