zephyr/subsys/net/lib/zperf
Ayush Singh 56882e2d91 net: zperf: Fix upload ping timeout error
Fixes remote address for ping before upload. This caused the ping in zperf
upload to timeout as shown in the following output:

```
uart:~$ zperf udp upload 2001:db8::2 5001 10 50 1M
Remote port is 5001
Connecting to 2001:db8::2
Duration:       10.00 s
Packet size:    50 bytes
Rate:           1000 kbps
Starting...
ping 2001:db8::2 timeout
Rate:           1.00 Mbps
Packet duration 390 us
```

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/68674

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
2024-05-15 17:07:58 +02: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: Move TCP nodelay socket option 2024-05-10 14:45:48 -05:00
zperf_internal.h net: zperf: Move TCP nodelay socket option 2024-05-10 14:45:48 -05: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 upload ping timeout error 2024-05-15 17:07:58 +02: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: Add periodic reporting for upload 2024-05-10 14:45:48 -05:00
zperf_udp_receiver.c net: zperf: multicast support on multi interfaces 2024-03-15 13:07:14 +01:00
zperf_udp_uploader.c net: zperf: Move TCP nodelay socket option 2024-05-10 14:45:48 -05:00