Send data on the connection. If the socket is blocking and there is no buffer space left, $(D_PSYMBOL send) waits, non-blocking socket returns 0 in this case.
Data to be sent.
Flags.
The number of bytes actually sent.
$(D_PSYMBOL SocketException) if unable to send.
See Implementation
Send data on the connection. If the socket is blocking and there is no buffer space left, $(D_PSYMBOL send) waits, non-blocking socket returns 0 in this case.