Searched refs:sendBufferSize (Results 1 – 6 of 6) sorted by relevance
59 sendBufferSize: BUFFER_SIZE, property77 const sendBufferSize = socket.getSendBufferSize();83 assert.strictEqual(sendBufferSize, expectedBufferSize);
46 sendBufferSize: 15000 property
108 let sendBufferSize;116 sendBufferSize = options.sendBufferSize;137 sendBufferSize,180 if (state.sendBufferSize)181 bufferSize(socket, state.sendBufferSize, SEND_BUFFER);
259 sendBufferSize: "[PC Preview] unknow sendBufferSize", property
921 description: The `recvBufferSize` and `sendBufferSize` options are938 * `sendBufferSize` {number} Sets the `SO_SNDBUF` socket value.
2543 `sendBufferSize` options in [`dgram.createSocket()`][].