Skip to main content

getSendBufferSize

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

This method throws ERR_SOCKET_BUFFER_SIZE if called on an unbound socket.

Return Type Jump to heading

number

the SO_SNDBUF socket send buffer size in bytes.

Back to top