mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
59debebffe
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>
4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
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.
|