lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Ping with data greater than 1472 bytes


From: Sergio R. Caprile
Subject: Re: [lwip-users] Ping with data greater than 1472 bytes
Date: Fri, 15 Feb 2019 09:40:25 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

Who pings who ? Who is who ?
Assuming both your MTUs are 1500 bytes, greater than 1472 means the
payload will not fit in a single IP datagram over a single Ethernet
frame. (20IP + 8ICMP + 1472payload = 1500)
Your sender will have to fragment and your receiver will have to
reassemble. Perhaps one of them, or both, are not enabled or
non-feasible. Probably unlikely but, one of them might send jumbo frames ?
Wireshark capture, analyze.
Breakpoint, debug.

I personally do not know if lwIP handles fragmentation for ICMP payloads
in either direction.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]