Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Printing data from a raw socket to the screen and/or echoing it back via event driven means

by Neighbour (Friar)
on Sep 19, 2012 at 10:03 UTC ( [id://994443]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Printing data from a raw socket to the screen and/or echoing it back via event driven means
in thread Printing data from a raw socket to the screen and/or echoing it back via event driven means

A truly raw socket listens at the ethernet level, which is not something IO::Socket::INET does (which works at the IP-level, which gives you the choices for protocols TCP, UDP or ICMP).
For raw sockets, you will have to use Socket. Edit: Raw sockets cannot be bound to an IP.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 04:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found