21 #include "copyright.h" 43 #define MaxWireSize 64 // largest packet that can go out on the wire 44 #define MaxPacketSize (MaxWireSize - sizeof(struct PacketHeader)) 61 VoidFunctionPtr readAvail, VoidFunctionPtr writeDone,
int callArg);
91 VoidFunctionPtr writeHandler;
93 VoidFunctionPtr readHandler;
101 char inbox[MaxPacketSize];
int NetworkAddress
Network address – uniquely identifies a machine. This machine's ID is given on the command line...
Definition: network.h:26
Miscellaneous useful definitions, including debugging routines.