pub const pbuf_layer_PBUF_RAW: pbuf_layer = 0;Expand description
Use this for input packets in a netif driver when calling netif->input() in the most common case - ethernet-layer netif driver.
pub const pbuf_layer_PBUF_RAW: pbuf_layer = 0;Use this for input packets in a netif driver when calling netif->input() in the most common case - ethernet-layer netif driver.