Struct gaffer_udp::connection::ExternalAcks [] [src]

pub struct ExternalAcks {
    pub last_seq: u16,
    pub field: u32,
    // some fields omitted
}

Third party's ack information

Holds the latest seq_num we've seen from them and the 32 bit bitfield for extra redundancy

Fields

Methods

impl ExternalAcks
[src]

Trait Implementations

impl Debug for ExternalAcks
[src]

Formats the value using the given formatter.