Verify Checksum of a UDP Packet [closed]
So I am supposed to create a UDP server that is supposed to verify the checksums of packets being sent, and then log failures.
The packets have the structure of:
4 bytes – Packet ID
4 bytes – Packet Sequence # (Total Chec… Continue reading Verify Checksum of a UDP Packet [closed]