]> granicus.if.org Git - esp-idf/commit
lwip: optimize low_level_output
authorLiu Zhi Fu <liuzhifu@espressif.com>
Sat, 19 Nov 2016 14:25:30 +0000 (22:25 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Sat, 19 Nov 2016 14:25:30 +0000 (22:25 +0800)
commitfa57720cdf54f3f71317a43eed77e2380c760a29
tree5578a0519a084dedd875791334b3f27c823f27e2
parent139fdcb9ec6deefd4009d7ca8490fd76b8be10e0
lwip: optimize low_level_output

When the parameter pbuf for low_level_output is a list, malloc a new pbuf of
which the length equals to the total length of pbuf and send the new pbuf to L2
components/lwip/port/netif/wlanif.c