pub static RDMA_TCP_FALLBACK_PARALLELISM: Key<usize>Expand description
Number of parallel channels for TCP fallback transfers.
When greater than 1, each [TcpManagerActor] serves this many
direct hyperactor::channel connections for bulk data transfer,
bypassing the single-socket actor mailbox. Default is 1
(sequential, existing behavior).