blob: 0682c723e4f68113e9ed88da69e10a6e63f8e956 (
plain)
1
2
3
4
|
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.
|