This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
RawSocket -- Click element; transports raw IP packets via safe raw sockets (user-level)
RawSocket("TCP", <TCP source port number> [, KEYWORDS])
RawSocket("UDP", <UDP source port number> [, KEYWORDS])
RawSocket("GRE", <GRE key or PPTP call ID> [, KEYWORDS])
RawSocket("ICMP", <ICMP identifier> [, KEYWORDS])
Ports: at most 1 input, at most 1 output
Processing: pull inputs, push outputs
Drivers: userlevel
Package: userlevel (core)
Reads data from and writes data to a raw IPv4 socket. The raw IPv4 socket may optionally be bound to a source port number in the case of TCP/UDP, a GRE key or PPTP call ID in the case of GRE, or an identifier in the case of ICMP. Binding a port to a raw IPv4 socket to reserve it and suppress TCP RST and ICMP Unreachable errors, is specific to PlanetLab Linux. Keyword arguments are:
RawSocket(UDP, 53) -> ...
Generated by 'click-elem2man' from '../elements/userlevel/rawsocket.hh' on 24/May/2007.