freebsd-ports/net/p5-Net-RawSock/pkg-descr
Edwin Groothuis 59debebffe New port: net/p5-Net-RawSock
Net::RawSock provides a base function to send raw IP datagrams
	from Perl. The raw IP datagram is packed into a buffer and
	written on the network layer with the write_ip() function.

PR:		ports/47868
Submitted by:	Nicolas Jombart <ecu@ipv42.net>
2003-02-05 02:37:04 +00:00

3 lines
183 B
Text

Net::RawSock provides a base function to send raw IP datagrams
from Perl. The raw IP datagram is packed into a buffer and written
on the network layer with the write_ip() function.