Static methods
staticrecvBufferSize(handle:SocketHandle):Result<Int>
Gets the size of the OS receive buffer for a socket.
See also:
staticsendBufferSize(handle:SocketHandle):Result<Int>
Gets the size of the OS send buffer for a socket.
See also:
staticsetRecvBufferSize(handle:SocketHandle, size:Int):Result<NoData>
Sets the size of the OS receive buffer for a socket.
See also:
staticsetSendBufferSize(handle:SocketHandle, size:Int):Result<NoData>
Sets the size of the OS send buffer for a socket.
See also: