mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +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.