iperf: added sequential numberring of Tx'ed datagrams

This commit is contained in:
Ondrej Kosta
2022-05-11 13:18:07 +02:00
parent d2e519012c
commit a213f7baf7
2 changed files with 11 additions and 2 deletions
@@ -42,7 +42,7 @@ extern "C" {
#define IPERF_REPORT_TASK_PRIORITY 6
#define IPERF_REPORT_TASK_STACK 4096
#define IPERF_UDP_TX_LEN (1472)
#define IPERF_UDP_TX_LEN (1470)
#define IPERF_UDP_RX_LEN (16 << 10)
#define IPERF_TCP_TX_LEN (16 << 10)
#define IPERF_TCP_RX_LEN (16 << 10)