esp-idf/examples/common_components/iperf
xueyunfei dc06c31a58 examples/common_components: iperf: fix closing of client socket in TCP server mode
Details of the problem : After iperf ended, the socket was not closed, resulting in the WIFI buffer not being released.
2022-03-03 14:04:01 +08:00
..
include openthread: add iperf example for ot-network test 2021-09-06 15:32:38 +08:00
CMakeLists.txt examples: unify iperf component 2021-07-16 11:59:52 +08:00
iperf.c examples/common_components: iperf: fix closing of client socket in TCP server mode 2022-03-03 14:04:01 +08:00
README.md examples: unify iperf component 2021-07-16 11:59:52 +08:00

iperf Component

This directory contains an implementation for iperf network performance tester

Note that it's incompatible with iperf3

This component is used as part of the following ESP-IDF examples:

To learn more about how to use this component, please check API Documentation from header file iperf.h.

Please note that this component is not considered to be a part of ESP-IDF stable API, and only for example use for now.