method Socket.prototype.setRecvBufferSize
Jump to headingSocket.prototype.setRecvBufferSize(size: number): voidSets the SO_RCVBUF socket option. Sets the maximum socket receive buffer
in bytes.
This method throws ERR_SOCKET_BUFFER_SIZE if called on an unbound socket.
Parameters Jump to heading
Jump to headingsize: numberReturn Type Jump to heading
void