Skip to content

Commit 05d5779

Browse files
JordanYateskartben
authored andcommitted
net: lib: zperf: update descriptions
`NET_ZPERF` enables the core zperf utility library, not a shell module. Add more specifics about what the utility can communicate with. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 379e71d commit 05d5779

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

subsys/net/lib/zperf/Kconfig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
menuconfig NET_ZPERF
6-
bool "zperf shell utility"
6+
bool "zperf library"
77
select NET_CONTEXT_RCVTIMEO if NET_NATIVE_UDP
88
select NET_SOCKETS_SERVICE
99
select NET_SOCKETS
1010
help
11-
This option enables zperf shell utility, which allows to generate
12-
network traffic and evaluate network bandwidth.
11+
This option enables zperf library, which allows to generate
12+
network traffic and evaluate network bandwidth in conjunction
13+
with other devices running zperf or a desktop running the
14+
iperf2 utility.
1315

1416
if NET_ZPERF
1517

0 commit comments

Comments
 (0)