const CHAIN_THRESHOLD: usize = 256;
Expand description

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).