tac0S
Template Affectional Command Operating System
|
The following class defines the network packet header. The packet header is prepended to the data payload by the Network driver, before the packet is sent over the wire. The format on the wire is: packet header (PacketHeader) data (containing MailHeader from the PostOffice!) More...
#include <network.h>
Public Attributes | |
NetworkAddress | to |
NetworkAddress | from |
unsigned | length |
The following class defines the network packet header. The packet header is prepended to the data payload by the Network driver, before the packet is sent over the wire. The format on the wire is: packet header (PacketHeader) data (containing MailHeader from the PostOffice!)