Module h2::codec::framed_write
source · Macros§
- limited_write_buf π
Structs§
- Encoder π
Enums§
- ControlFlow π
- Next π
Constants§
- CHAIN_THRESHOLD πChain payloads bigger than this when vectored I/O is enabled. The remote will never advertise a max frame size less than this (well, the spec says the max frame size canβt be less than 16kb, so not even close).
- Chain payloads bigger than this when vectored I/O is not enabled. A larger value in this scenario will reduce the number of small and fragmented data being sent, and hereby improve the throughput.
- Initialize the connection with this amount of write buffer.