const DEFAULT_PER_PEER_SEND_TIMEOUT: Duration;
Timeout for sending a single message into the per-peer mpsc buffer. If the buffer stays full for longer than this, the message is dropped.