src/network.h

Go to the documentation of this file.
00001 
00002 #define NETWORK_HOSTNAME_MAX 1025
00003 #define NETWORK_PORTNAME_MAX 33
00004 
00005 struct descriptor_data {
00006     int fd; 
00007     char *remoteip;
00008     char *remotename;
00009     int remoteport;
00010 
00011     int flags;
00012 
00013 }
00014 
00015     

Generated on Mon May 28 04:25:25 2007 for BattletechMUX by  doxygen 1.4.7