Constant IO_NETWORK_BLOB_THRESHOLD_BYTES

Source
pub const IO_NETWORK_BLOB_THRESHOLD_BYTES: u64 = _; // 262_144u64
Expand description

When payloads are larger than this threshold, prefer blob-backed flows.

This is a protocol-level constant so clients and servers agree on the heuristic, but callers may still override it (e.g., for testing).