3 DGRAM Checksum is there a way to make sure the checksum of an recieved UDP packet is the same as the one sent out on a UDP echo client/server? I know I could do it using raw sockets, but I'm wondering if it's possible using SOCK_DGRAM.