zephyr/subsys/net/lib
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
..
capture net: ipv4: Make netmask IPv4 address specific 2024-03-03 18:58:29 +01:00
coap net: coap: CoAP observe age now correctly wraps around 2024-03-05 14:34:42 +01:00
config log: net: move log_backend_net_get() to header 2024-03-08 15:18:30 +00:00
dhcpv4 net: dhcpv4: Network interface netmask was set too early 2024-03-08 18:04:35 +01:00
dhcpv6 net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00
dns net: dns: option to disable auto context init 2024-01-29 20:20:19 -06:00
http net: http: client: Return error if waiting timeout 2024-02-28 18:02:34 +00:00
lwm2m net: lwm2m: Handle empty URI 2024-03-13 11:37:54 -05:00
mqtt
mqtt_sn net: mqtt-sn: Remember incoming registered topic name 2023-11-22 09:53:33 +01:00
shell net: lib: shell: Fix IPv6 neighbor build 2024-03-08 10:02:02 +00:00
sntp net: lib: sntp_simple: add a function to use with ip address 2024-02-28 18:03:53 +00:00
sockets net: dns: Fix timeout calculation with DNS retransmissions 2024-03-12 15:13:31 -05:00
socks
tftp net: tftp: Ensure the error message fits into transmit buffer 2023-11-20 09:24:18 +01:00
tls_credentials tf-m: Change NS include path for TF-M 2.0.0 2024-01-17 16:52:52 +01:00
trickle net: trickle: Print the abs value using %u 2024-02-13 19:36:30 +01:00
utils
websocket
zperf net: zperf: fix download ipv6 bind fail on specific ip address 2024-03-14 09:47:03 +00:00
CMakeLists.txt net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00
Kconfig net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00