const DEFAULT_BUFFER_CAPACITY: usize = _; // 16_384usize
Expand description

Initialize the connection with this amount of write buffer.

The minimum MAX_FRAME_SIZE is 16kb, so always be able to send a HEADERS frame that big.