]> granicus.if.org Git - esp-idf/commit
lwip/freertos/esp32: add throughput optimization related code
authorLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 2 Jan 2017 12:03:10 +0000 (20:03 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Thu, 5 Jan 2017 03:37:08 +0000 (11:37 +0800)
commit0fb2ab9f5cefd84da023008e120703dc676c8443
tree22b3ff268910baa2805b7c226bb8d54d2313398f
parent370cf5493f965f615cc377d3b503ef4b57b90046
lwip/freertos/esp32: add throughput optimization related code

1. Update wifi lib which contains ampdu and other optimizations
2. Add throughput code debug code
3. Other misc modification about throughput optimization
13 files changed:
components/esp32/include/esp_wifi_types.h
components/esp32/lib
components/freertos/Kconfig
components/freertos/port.c
components/lwip/api/api_lib.c
components/lwip/api/api_msg.c
components/lwip/api/sockets.c
components/lwip/api/tcpip.c
components/lwip/include/lwip/lwip/opt.h
components/lwip/include/lwip/port/lwipopts.h
components/lwip/netif/ethernet.c
components/lwip/port/netif/ethernetif.c
components/lwip/port/netif/wlanif.c