zephyr/subsys/net/lib/zperf
Fengming Ye c5b2a16dd2 net: zperf: fix download ipv6 bind fail on specific ip address
For command zperf udp download 5001 192.168.10.1,
zperf will bind both ipv4 and ipv6 sockets on ipv4 address.
But bind ipv6 socket will fail, thus command return fail.

Fix it by check ip address when zperf download.
For ipv4 address only bind ipv4 socket.
For ipv6 address only bind ipv6 socket.
For unspecific address bind both ipv4 and ipv6 sockets.

Signed-off-by: Fengming Ye <frank.ye@nxp.com>
2024-03-14 09:47:03 +00:00
..
CMakeLists.txt
Kconfig net: zperf: Select also sockets API in Kconfig 2024-02-28 09:40:41 +01:00
zperf_common.c net: zperf: Fix TOS option not working in zperf 2024-02-29 11:53:57 +00:00
zperf_internal.h net: zperf: Fix TOS option not working in zperf 2024-02-29 11:53:57 +00:00
zperf_session.c net: zperf: Fix session leak 2024-02-02 10:31:53 -06:00
zperf_session.h net: zperf: Fix session leak 2024-02-02 10:31:53 -06:00
zperf_shell.c net: zperf: Fix wrong throughput in long-duration traffic test 2024-02-29 11:54:07 +00:00
zperf_tcp_receiver.c net: zperf: fix download ipv6 bind fail on specific ip address 2024-03-14 09:47:03 +00:00
zperf_tcp_uploader.c net: zperf: Fix wrong throughput in long-duration traffic test 2024-02-29 11:54:07 +00:00
zperf_udp_receiver.c net: zperf: fix download ipv6 bind fail on specific ip address 2024-03-14 09:47:03 +00:00
zperf_udp_uploader.c net: zperf: Fix multicast data failure to receive server's AckFIN packet 2024-03-07 16:17:18 -06:00