|
|
|
|
|
by rscott2049
679 days ago
|
|
If anybody is still following this thread, I fixed the problem:
sudo ping -f 192.168.1.6 -s 1473
PING 192.168.1.6 (192.168.1.6) 1473(1501) bytes of data.
347751/347752 packets, 0% loss, min/avg/ewma/max = 0.573/0.625/0.628/1.002 ms
375962/375963 packets, 0% loss, min/avg/ewma/max = 0.573/0.625/0.626/1.002 ms
45876717/45876724 packets, 0% loss, min/avg/ewma/max = 0.570/0.626/0.630/3.972 ms
..^C
--- 192.168.1.6 ping statistics ---
48237616 packets transmitted, 48237608 received, 1.65846e-05% packet loss, time 31011738ms
rtt min/avg/max/mdev = 0.570/0.626/3.972/0.011 ms, ipg/ewma 0.642/0.627 ms Turns out I wasn't passing the RX data properly to LWIP... |
|