Function Socket.listen
Listen for an incoming connection. bind must be called before you can listen.
void listen
(
int backlog
) @nogc @trusted const;
Parameters
| Name | Description |
|---|---|
| backlog | Request of how many pending incoming connections are queued until accepted. |