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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| zperf_common.c | ||
| zperf_internal.h | ||
| zperf_session.c | ||
| zperf_session.h | ||
| zperf_shell.c | ||
| zperf_tcp_receiver.c | ||
| zperf_tcp_uploader.c | ||
| zperf_udp_receiver.c | ||
| zperf_udp_uploader.c | ||