esp-idf/components/esp_netif/lwip/netif
Yogesh Mantri 586207207f change(esp_netif): Add Non-Fatal errtype to indicate lower layer medium failure
UDP application sends packet using esp_netif, underlying transport such
as Wi-Fi may drop the packet due to higher load. New error code
represent transient, non-fatal packet drop error. udp application may
use such errtype, for example to rate limit.
2024-06-11 09:20:49 +02:00
..
esp_pbuf_ref.c esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
ethernetif.c esp_netif: Make esp_netif_receive() return value configurable 2023-04-05 12:18:21 +02:00
ppp.c feat(esp_netif): PPP: Use RAM allocated pbufs instead of POOL (fixed size) 2023-09-25 16:48:48 +02:00
pppif.h feat(esp_netif): PPP: Use RAM allocated pbufs instead of POOL (fixed size) 2023-09-25 16:48:48 +02:00
wlanif.c change(esp_netif): Add Non-Fatal errtype to indicate lower layer medium failure 2024-06-11 09:20:49 +02:00