Skip to main content

getRecvBufferSize

method Socket.prototype.getRecvBufferSize
Jump to headingSocket.prototype.getRecvBufferSize(): number

This method throws ERR_SOCKET_BUFFER_SIZE if called on an unbound socket.

Return Type Jump to heading

number

the SO_RCVBUF socket receive buffer size in bytes.

Back to top