Skip to main content
method Socket.prototype.getSendBufferSize
Socket.prototype.getSendBufferSize(): number
Deprecated

This method throws ERR_SOCKET_BUFFER_SIZE if called on an unbound socket.

Return Type

number

the SO_SNDBUF socket send buffer size in bytes.

Back to top