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:
parent
379e71def3
commit
05d577993f
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue