RecvLinkConditioner

Type Alias RecvLinkConditioner 

Source
pub type RecvLinkConditioner = LinkConditioner<RecvPayload>;
Expand description

Type alias for a LinkConditioner specifically for receiving RecvPayload.

This is used to simulate network conditions (latency, jitter, packet loss) on incoming packets.

Aliased Type§

pub struct RecvLinkConditioner {
    pub time_queue: ReadyBuffer<Instant, Bytes>,
    /* private fields */
}

Fields§

§time_queue: ReadyBuffer<Instant, Bytes>