Go to the documentation of this file. 25 #ifndef _BROKER_MSG_H_ 26 #define _BROKER_MSG_H_ 38 #define UW_MAX_LENGTH 1024 42 #define UW_SOCKET_MAGIC "UW4.0EDU" 44 #define UW_SOCKET_MAGIC "V3RQ4.0" 47 #define V3_HEADER_OK_COMPRESS "V3_OK_COMP" 48 #define V3_HEADER_OK "V3_OK" 49 #define V3_HEADER_ERR "V3_ERR" 50 #define V3_RESPONSE_HEADER_SIZE 16 54 #define PRE_SEND_DATA_SIZE 114 56 #define PRE_SEND_DATA_SIZE 66 58 #define PRE_SEND_SCRIPT_SIZE 30 59 #define PRE_SEND_PRG_NAME_SIZE 20 60 #define PRE_SEND_SESSION_ID_SIZE 16 63 #define PRE_SEND_KEY_SIZE 48 64 #define PRE_SEND_KEY_OFFSET \ 65 (PRE_SEND_SCRIPT_SIZE + PRE_SEND_PRG_NAME_SIZE + PRE_SEND_SESSION_ID_SIZE)