dantheman1210 has asked for the wisdom of the Perl Monks concerning the following question:
Forgive me if this is a simple question, but I have been looking for hours and can't seem to find it.
I have two simple scripts, one that creats and sends UDP packets and another that listens and processes those packets both using IO::Socket::INET.
What I would like to be able to do is verify the checksum of the packet in the receiving script. Sadly I can't find a way to get the UDP checksum of the packet and once I have it to compare with the actual packet data. Am I missing something this obvious or is it more difficult than I think it should be?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to check the UDP checksum of an IO::Socket::INET packet
by BrowserUk (Patriarch) on Mar 14, 2012 at 03:48 UTC | |
|
Re: How to check the UDP checksum of an IO::Socket::INET packet
by VinsWorldcom (Prior) on Mar 14, 2012 at 12:32 UTC | |
by dantheman1210 (Beadle) on Mar 14, 2012 at 17:13 UTC |