Socket.listen

Listen for an incoming connection. bind must be called before you can listen. The backlog is a request of how many pending incoming connections are queued until accepted.

class Socket
@trusted
void
listen
()

Meta

Suggestion Box / Bug Report