tac0S
Template Affectional Command Operating System
|
structures to emulate a physical network connection. More...
Go to the source code of this file.
Classes | |
class | PacketHeader |
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... | |
class | Network |
Macros | |
#define | MaxWireSize 64 |
#define | MaxPacketSize (MaxWireSize - sizeof(struct PacketHeader)) |
Typedefs | |
typedef int | NetworkAddress |
Network address – uniquely identifies a machine. This machine's ID is given on the command line. | |
structures to emulate a physical network connection.
You may note that the interface to the network is similar to the console device – both are full duplex channels.
DO NOT CHANGE – part of the machine emulation
Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.