Accept an incoming connection.
The blocking mode is always inherited.
$(D_PSYMBOL Socket) for the accepted connection or $(D_KEYWORD null) if the call would block on a non-blocking socket.
$(D_PSYMBOL SocketException) if unable to accept.
See Implementation
Accept an incoming connection.
The blocking mode is always inherited.