diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:02:21 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:02:21 -0400 |
commit | f1d700bf95bf5899d18c4016889c0e7281f99e8c (patch) | |
tree | 16d6068fd8234967aeca33ac7f6aa4ef625ffccf /perl | |
parent | b18a4a51241ac06c5dd115d326ab454bfab2dac2 (diff) |
perl/perl-NetPacket: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-NetPacket/README | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/perl/perl-NetPacket/README b/perl/perl-NetPacket/README index a8d787778d51..9b79c5cc779a 100644 --- a/perl/perl-NetPacket/README +++ b/perl/perl-NetPacket/README @@ -1,15 +1,16 @@ -NetPacket - modules to assemble/disassemble network packets at the protocol -level. +NetPacket - modules to assemble/disassemble network packets at the +protocol level. -NetPacket provides a base class for a cluster of modules related to decoding -and encoding of network protocols. Each NetPacket descendent module knows how -to encode and decode packets for the network protocol it implements. Consult -the documentation for the module in question for protocol-specific -implementation. -Note that there is no inheritance in the NetPacket:: cluster of modules other -than each protocol module being a NetPacket. This was seen to be too -restrictive as imposing inheritance relationships (for example between the IP, -UDP and TCP protocols) would make things like tunneling or other unusual -situations difficult. +NetPacket provides a base class for a cluster of modules related to +decoding and encoding of network protocols. Each NetPacket descendent +module knows how to encode and decode packets for the network protocol +it implements. Consult the documentation for the module in question +for protocol-specific implementation. + +Note that there is no inheritance in the NetPacket:: cluster of +modules other than each protocol module being a NetPacket. This was +seen to be too restrictive as imposing inheritance relationships (for +example between the IP, UDP and TCP protocols) would make things like +tunneling or other unusual situations difficult. This is not the same module as perl-Net-Packet! |