Constant esp_idf_sys::pbuf_layer_PBUF_RAW
source ยท 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.