socket.setSendBufferSize(size)
大小<integer>
设置 SO_SNDBUF 套接字选项。设置套接字发送缓冲区的最大字节数。
【Sets the SO_SNDBUF socket option. Sets the maximum socket send buffer
in bytes.】
如果在未绑定的套接字上调用此方法,会抛出 ERR_SOCKET_BUFFER_SIZE。
【This method throws ERR_SOCKET_BUFFER_SIZE if called on an unbound socket.】