mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00

WIFI only can send DRAM data, so if upper layer pbuf payload is IRAM data, here it must be copy to DRAM. We add "pbuf_alloc_ll" to reduce this happen.