Struct gaffer_udp::connection::Connection [] [src]

pub struct Connection {
    pub seq_num: u16,
    pub dropped_packets: Vec<GafferPacket>,
    pub waiting_packets: AckRecord,
    pub their_acks: ExternalAcks,
}

Connection to a known third party

Contains: - own unacked sent-packets - ack-state of third party's packets - own dropped packets - own sequence number

Fields

Methods

impl Connection
[src]

Trait Implementations

impl Debug for Connection
[src]

Formats the value using the given formatter.