Skip to main content

SurbFlowController

Trait SurbFlowController 

Source
pub trait SurbFlowController {
    // Required method
    fn adjust_surb_flow(&self, surbs_per_sec: usize);
}
Expand description

Allows controlling the production or consumption of SURBs in a Session.

Required Methods§

Source

fn adjust_surb_flow(&self, surbs_per_sec: usize)

Adjusts the amount of SURB production or consumption.

Implementors§