constrained_connection

Function new_constrained_connection

Source
pub fn new_constrained_connection(
    bandwidth_bits_per_second: u64,
    rtt: Duration,
) -> (Endpoint, Endpoint)
Expand description

Create a new Endpoint pair.

bandwidth being the bandwidth in bits per second.

rtt being the round trip time.