pub const DEFAULT_UDP_SESSION_TIMEOUT: u64 = 180;Expand description
Default UDP session idle timeout, in seconds.
RFC 9298 ยง3.1 says a proxy SHOULD NOT use a timeout below two minutes, since UDP has no close signal and a short timeout breaks long-lived flows.