]> granicus.if.org Git - esp-idf/commit
tcp_perf:modify tcp_perf with some new options.
authorchenyudong <chenyudong@espressif.com>
Mon, 20 Mar 2017 05:43:04 +0000 (13:43 +0800)
committerchenyudong <chenyudong@espressif.com>
Mon, 10 Apr 2017 03:49:45 +0000 (11:49 +0800)
commit5ecc88cb33973d18279b7aa5222ca749dcb8b1fa
tree2f929fb0ebd3e90adfa3f31776312f37a1ea7c50
parenta0b565a8e8ff2d1639fd29f81351aacb9658e1c6
tcp_perf:modify tcp_perf with some new options.

You can set esp32 as AP/STA, client/sever, sender/recever in menuconfig.
You can set whether to display delay time info in menuconfig.
Now you can transfer data between esp and esp.
examples/performance/README.md
examples/performance/tcp_esp2ap/main/Kconfig.projbuild [deleted file]
examples/performance/tcp_esp2ap/main/tcp_esp2ap.c [deleted file]
examples/performance/tcp_perf/Makefile [moved from examples/performance/tcp_esp2ap/Makefile with 85% similarity]
examples/performance/tcp_perf/main/Kconfig.projbuild [new file with mode: 0644]
examples/performance/tcp_perf/main/component.mk [moved from examples/performance/tcp_esp2ap/main/component.mk with 100% similarity]
examples/performance/tcp_perf/main/main.c [new file with mode: 0644]
examples/performance/tcp_perf/main/tcp_perf.c [new file with mode: 0644]
examples/performance/tcp_perf/main/tcp_perf.h [new file with mode: 0644]