Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Net::RawIP - invalid checksum ?

by VinsWorldcom (Prior)
on Dec 07, 2013 at 11:42 UTC ( [id://1066118]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Net::RawIP - invalid checksum ?
in thread Net::RawIP - invalid checksum ?

If you're looking to send Syslog, you don't need to craft custom UDP packets. You can use IO::Socket to create TCP and UDP packets without worrying about checksum calculation - it's done for you by the OS IP/socket stack.

For Syslog specifically, just use Net::Syslog. You don't even need to worry about sockets with that - it's done behind the scenes.

If you need to listen to / receive Syslog messages, have a look at Net::Syslogd.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1066118]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-18 01:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found