mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
11a297b557
The Ethernet payload may be followed by padding of variable length and the FCS (Frame Check Sequence). Thus, we should consider the value "Ethernet-frame size minus Ethernet-header size" to be only the maximum size of the encapsulated IP packet. But until now, we considered it to be also the actual size of the encapsulated IP packet. This commit fixes the problem for all affected components of the Genode base-repository. Fixes #2775 |
||
---|---|---|
.. | ||
arp.h | ||
dhcp.h | ||
ethernet.h | ||
icmp.h | ||
internet_checksum.h | ||
ipv4.h | ||
mac_address.h | ||
netaddress.h | ||
port.h | ||
tcp.h | ||
udp.h |