Trait netstack3_tcp::TcpBindingsContext

source ·
pub trait TcpBindingsContext: Sized + DeferredResourceRemovalContext + TimerContext + TracingContext + RngContext + TcpBindingsTypes { }
Expand description

The bindings context for TCP.

TCP timers are scoped by weak device IDs.

Object Safety§

This trait is not object safe.

Implementors§