[][src]Trait libccp::Datapath

pub trait Datapath {
    fn send_msg(&mut self, msg: &[u8]);
}

Required methods

fn send_msg(&mut self, msg: &[u8])

How should libccp communicate with the CCP congestion control algorithm?

Loading content...

Implementors

Loading content...