Chris Angelico wrote: >On Tue, Mar 10, 2015 at 10:05 PM, Mirar @ Pike developers forum ><10...@lyskom.lysator.liu.se> wrote: >> Wait, I said REUSEPORT? What's the difference to REUSEADDR? Mysteries >> of TCP sockets...
>http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and-so-reuseport-how-do-they-differ-do-they-mean-t Well, to be honest, I've only ever used and use REUSEADDR. I'd say reuseaddr is more useful than reuseport, because the difference will not be understood by the casual user, and reuseaddr has the DWIM advantage here. -- Stephen.