[][src]Constant quic_p2p::DEFAULT_IDLE_TIMEOUT_MSEC

pub const DEFAULT_IDLE_TIMEOUT_MSEC: u64

Default interval within which if we hear nothing from the peer we declare it offline to us.

This is based on average time in which routers would close the UDP mapping to the peer if they see no conversation between them.

The value is in milliseconds.