Function new
pub fn new<'d, D, const SOCK: usize>(
driver: D,
config: Config,
resources: &'d mut StackResources<SOCK>,
random_seed: u64,
) -> (Stack<'d>, Runner<'d, D>)where
D: Driver,
Expand description
Create a new network stack.