/* * Protocol.h * * Gouverneur Th. - Cuisinier Gi. * * Define ports and other thing common in client/server * implementation * */ #ifndef PROTOCOL_H #define PROTOCOL_H #ifdef TRU64 #define PORT_CHAMBRE 9220 #define PORT_ADMIN 9221 #define PORT_NOTIFY 9223 #define PORT_MULTI 9224 #define ADDRESS_BIND "0.0.0.0" #define ADDRESS_REMOT "10.59.5.3" #else #define PORT_CHAMBRE 9220 #define PORT_ADMIN 9221 #define PORT_NOTIFY 9223 #define PORT_MULTI 9224 #define ADDRESS_BIND "0.0.0.0" #define ADDRESS_REMOT "10.59.5.3" #define ADDRESS_MULTI "234.5.5.9" #define ADDRESS_MAIL "" #endif #endif // 9220 - 9228