[][src]Constant quic_p2p::DEFAULT_KEEP_ALIVE_INTERVAL_MSEC

pub const DEFAULT_KEEP_ALIVE_INTERVAL_MSEC: u32 = 10_000;

Default Interval to send keep-alives if we are idling so that the peer does not disconnect from us declaring us offline. If none is supplied we'll default to the documented constant.

The value is in milliseconds.