property

quic.CreateStreamOptions.highWaterMark

highWaterMark?: number

The maximum number of bytes that the writer will buffer before writeSync() returns false. When the buffered data exceeds this limit, the caller should wait for drain before writing more. Default: 65536 (64 KB).