mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
677ebc276c
The ethernet\iperf example has a bug, once bandwidth is more than 80 Mbits/s the average counter shows wrong total transmitted data value. Issue occur due to overflow of the uint32_t total_len variable. * created new average formula to avoid the overflow * updated interval formula according to new variables * renamed variable according to its purpose |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
component.mk | ||
iperf.c | ||
README.md |
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.