NodedgramSocket.prototype.setSendBufferSizemethod Socket.prototype.setSendBufferSize#Socket.prototype.setSendBufferSize(size: number): voidSets 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. Parameters ##size: numberReturn Type #void
method Socket.prototype.setSendBufferSize#Socket.prototype.setSendBufferSize(size: number): voidSets 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. Parameters ##size: numberReturn Type #void