Commit graph

4 commits

Author SHA1 Message Date
wen
55c5f1bc36 Update to 1.06
Upstream changes:
1.06 Sat Sep  1 12:45:09 CEST 2012
   - update: better error handling scheme
   - update: copyright notice
2012-09-02 02:52:30 +00:00
sno
21caa8c8bf Updating package for p5 module Net::Write from 1.03nb1 to 1.05
Setting license to artistic according to META.yml

Upstream changes:
1.05 Wed Jun 10 20:37:44 CEST 2009
   - bugfix: removed a warning on AF_INET6 constant declaration
   - update: copyright notice

1.04 Sun Oct 19 17:47:11 CEST 2008
   - bugfix: IP_HDRINCL with IPv6 under Linux 2.6.x
2009-07-08 09:58:23 +00:00
he
436975a6cf Update from version 1.00 to 1.03, discussed in general terms with maintainer.
Pkgsrc changes:
 o Canonicalize MASTER_SITES and HOMEPAGE

Upstream changes:

1.03 Fri Mar 21 17:20:00 CET 2008
   - added support for IP_HDRINCL with IPv6 raw sockets (Linux only)
   => in fact, it should have worked before, but it appears to be a regression

1.02 Tue Feb 19 12:11:21 CET 2008
   - bugfix: due to Socket6 update, AF_INET6 definition has changed

1.01 Sun Feb 17 19:08:15 CET 2008
   - update: portability patches for other Unix systems (untested), concerning
             IP_HDRINCL constants and the like
   - update: license string (lc(Artistic)), to make CPANTS happy
2008-08-24 20:18:52 +00:00
adrianp
15e7b4e243 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.
2007-01-03 14:09:28 +00:00