Struct gaffer_udp::connection::AckRecord [] [src]

pub struct AckRecord { /* fields omitted */ }

Packets waiting for an ack

Holds up to 32 packets waiting for ack

Additionally, holds packets "forward" of the current ack packet

Methods

impl AckRecord
[src]

Adds a packet to the waiting packets

Finds and removes acked packets, returning dropped packets

Trait Implementations

impl Debug for AckRecord
[src]

Formats the value using the given formatter.