54255c64e6d223deb7d3863e426e78c443fda37c |
|
01-Jul-2015 |
Christos Trochalakis <yatiohi@ideopolis.gr> |
socket: Set SO_REUSEPORT before bind()
bind() fails if it is called before setting SO_REUSEPORT and another
process is already binded to the same addess.
A new reuse_port option has been introduced to socket_address_listen()
to set the option as part of socket initialization. |