genode/os/include/net
Stefan Kalkowski 5c36639031 Fix UDP checksum calculation (fixes #360)
Missing parantheses around the calculation of last byte address in a UDP
Packet led to dereferencing the wrong value, thereby the UDP checksum
calculation failed, whenever an odd byte-count UPD packet was calculated.
Many thanks to Markus Partheymueller who discovered this issue and its
resolution.
2012-09-24 09:17:59 +02:00
..
arp.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
dhcp.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
ethernet.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
ipv4.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
netaddress.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
udp.h Fix UDP checksum calculation (fixes #360) 2012-09-24 09:17:59 +02:00