Socket.listen

Listen for an incoming connection. $(D_PSYMBOL bind) must be called before you can $(D_PSYMBOL listen).

class Socket
const @trusted @nogc
void
listen
()

Parameters

backlog int

Request of how many pending incoming connections are queued until $(D_PSYMBOL accept)ed.

Meta