const CHAIN_THRESHOLD_WITHOUT_VECTORED_IO: usize = 1024;
Expand description

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.