102adaf026
Summary: - Recently I noticed that ESP32-DevKitC-32D suddenly stops during receiving ping packets from PC after 10-20mins - Actually, sometimes memory leak happened when some device sent a big broadcast packet periodically on the network - This commit fixes this issue by calling esp_wifi_free_eb() in the case that the packet exceeds WLAN_BUF_SIZE. - Also, this commit applies the same logic in the case that the Wi-Fi interface is down Impact: - None Testing: - Tested with esp32-devkitc:wapi Suggested-by: YAMAMOTO Takashi <yamamoto@midokura.com> Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |