From 810697bf4bee77d8fdd797d78326a1ced6c83e8c Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Thu, 29 May 2025 21:01:50 +0530 Subject: [PATCH] samples: net: zperf: Add Zperf server report skip This way server report is skipped, but client stats are still dumped. Signed-off-by: Chaitanya Tata --- samples/net/zperf/overlay-loopback.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/net/zperf/overlay-loopback.conf b/samples/net/zperf/overlay-loopback.conf index ccef9b16e59..a7028350e3d 100644 --- a/samples/net/zperf/overlay-loopback.conf +++ b/samples/net/zperf/overlay-loopback.conf @@ -3,6 +3,7 @@ CONFIG_NET_LOOPBACK=y CONFIG_NET_LOOPBACK_MTU=1100 # Enable for testing TX only #CONFIG_NET_LOOPBACK_SIMULATE_PACKET_DROP=y +#CONFIG_NET_ZPERF_UDP_REPORT_RETANSMISSION_COUNT=0 CONFIG_NET_BUF_DATA_SIZE=1100 # Optimized networking settings for performance