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>
This commit is contained in:
Jordan Yates 2025-04-17 15:53:07 +10:00 committed by Benjamin Cabé
commit 05d577993f

View file

@ -3,13 +3,15 @@
# SPDX-License-Identifier: Apache-2.0
menuconfig NET_ZPERF
bool "zperf shell utility"
bool "zperf library"
select NET_CONTEXT_RCVTIMEO if NET_NATIVE_UDP
select NET_SOCKETS_SERVICE
select NET_SOCKETS
help
This option enables zperf shell utility, which allows to generate
network traffic and evaluate network bandwidth.
This option enables zperf library, which allows to generate
network traffic and evaluate network bandwidth in conjunction
with other devices running zperf or a desktop running the
iperf2 utility.
if NET_ZPERF