A struct that implements the TcpConnect and TcpBind factory traits from edge-nal
Capable of managing up to N concurrent connections with TX and RX buffers according to TX_SZ and RX_SZ.
A struct that implements the UdpBind factory trait from edge-nal
Capable of managing up to N concurrent connections with TX and RX buffers according to TX_SZ and RX_SZ, and packet metadata according to M.