You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2019. It is now read-only.
Provide a convenient but still lowish level API for defining socket based servers and listening for connections.
Need to be able to specify:
Local sockaddr to bind to
listen(2) backlog
Common socket options (eg: SO_REUSEADDR)
Callback function to receive the newly connected client socket and phenom sockaddr
It is desirable to enumerate all the active listeners so that they can be shutdown safely in response to the software closing down, or an operator performing an explicit shutdown of a specific listener.
The text was updated successfully, but these errors were encountered:
Provide a convenient but still lowish level API for defining socket based servers and listening for connections.
Need to be able to specify:
It is desirable to enumerate all the active listeners so that they can be shutdown safely in response to the software closing down, or an operator performing an explicit shutdown of a specific listener.
The text was updated successfully, but these errors were encountered: