- Implement UDP checksum calculation
authorCameron Gutman <aicommander@gmail.com>
Tue, 20 Oct 2009 05:24:37 +0000 (05:24 +0000)
committerCameron Gutman <aicommander@gmail.com>
Tue, 20 Oct 2009 05:24:37 +0000 (05:24 +0000)
commit31ba6d7556afdd0a8dcbf14609575222e53b556c
tree152200ee3d5c74d36f8551077dcc073e723dfa61
parent6f08578e3cbcf3d4074fcee0996597e692353a5c
 - Implement UDP checksum calculation
 - Fixes issues with DHCP (and any other UDP traffic) over bridged networking on vbox and issues with other hardware that doesn't like a checksum of 0
 - See bug #4754

svn path=/trunk/; revision=43637
reactos/drivers/network/tcpip/include/checksum.h
reactos/lib/drivers/ip/network/checksum.c
reactos/lib/drivers/ip/transport/udp/udp.c