mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 17:41:57 +00:00
The driver should only call net_pkt_unref on packets that get successfully handled, ie where send/sendto return 0. If the packet cannot be handled, net_context layer still owns the packet and should take care or the unref. Signed-off-by: Tobias Svehagen <tobias.svehagen@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
esp_offload.c | ||
esp_socket.c | ||
esp.c | ||
esp.h | ||
Kconfig.esp |