pub type DefaultPacketPool = StaticPacketPool<CriticalSectionRawMutex, { config::DEFAULT_PACKET_POOL_MTU }, { config::DEFAULT_PACKET_POOL_SIZE }>;
Expand description
Global default packet pool.
Aliased Type§
struct DefaultPacketPool { /* private fields */ }