Struct p2p::config::UdpHolePuncher [] [src]

pub struct UdpHolePuncher {
    pub starting_ttl: u8,
    pub ttl_increment_delay_ms: u64,
}

Details of each UDP Hole puncher

Fields

Starting value of TTL.

Delay before retransmitting with an incremented value of TTL. Once it is established the peer is reached this will be bounced back to the platform default so normal communication can ensue.

Trait Implementations

impl Debug for UdpHolePuncher
[src]

Formats the value using the given formatter.

impl Clone for UdpHolePuncher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more