setSendBufferSize
Sets the SO_SNDBUF
socket option. Sets the maximum socket send buffer in bytes.
This method throws ERR_SOCKET_BUFFER_SIZE
if called on an unbound socket.
Since
v8.7.0
Sets the SO_SNDBUF
socket option. Sets the maximum socket send buffer in bytes.
This method throws ERR_SOCKET_BUFFER_SIZE
if called on an unbound socket.
v8.7.0