]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/throughput_optimization_phrase_1' into 'master'
authorWu Jian Gang <wujiangang@espressif.com>
Thu, 5 Jan 2017 06:09:23 +0000 (14:09 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 5 Jan 2017 06:09:23 +0000 (14:09 +0800)
commitc2a356f23c10022d140b861214a922a980905f57
treeb93c292d58dedca6131593ceb150199b4aab828f
parent6f578796d33fd64f64cb69e3164d7b11119db350
parentd98b99f4f05cf367046af045931cf1fd909e92e4
Merge branch 'feature/throughput_optimization_phrase_1' into 'master'

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. Add code to support sending multiple packet per socket call for udp
4. Other misc modification about throughput optimization

See merge request !361