Function constrained_connection::new_constrained_connection[][src]

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

Create a new Endpoint pair.

bandwidth being the bandwidth in bits per second.

rtt being the round trip time.