// File : main.h // Coded by : Scotte // History : Created 12/03/00 15:36:23 // // Description : // Notes : None #ifndef _MAIN_H_ #define _MAIN_H_ #include // Ordering table and packet buffer sizes #define OT_LENGTH 1 #define MAX_PACKETS 1000 #define MAX_PACKET_SIZE 24 #define PBSIZE (MAX_PACKETS*MAX_PACKET_SIZE) #define OTSIZE (1<