diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-03 14:09:28 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-03 14:09:28 +0000 |
commit | 15e7b4e24346ffc00381266570476597b72d3cf4 (patch) | |
tree | 4e3fcc2412e27664a567ff8ea64eec2cde0a2c8a /net/p5-Net-Write/PLIST | |
parent | 41532cb4d987b7ab3e7e919ab70a1cb484075db1 (diff) | |
download | pkgsrc-15e7b4e24346ffc00381266570476597b72d3cf4.tar.gz |
Net::Write provides a portable interface to open a network interface, and be
able to write raw data directly to the network. It juste provides three methods
when a Net::Write object has been created for an interface: open, send, close.
It is possible to open a network interface to send frames at layer 2 (you craft
a frame from link layer), or at layer 3 (you craft a frame from network layer),
or at layer 4 (you craft a frame from transport layer).
NOTE: not all operating systems support all layer opening. Currently, Windows
only supports opening and sending at layer 2. Other Unix systems should be able
to open and send at all layers.
Diffstat (limited to 'net/p5-Net-Write/PLIST')
-rw-r--r-- | net/p5-Net-Write/PLIST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-Write/PLIST b/net/p5-Net-Write/PLIST new file mode 100644 index 00000000000..b137ad2b4e5 --- /dev/null +++ b/net/p5-Net-Write/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/03 14:09:28 adrianp Exp $ |