17 #ifndef KAATCPCOMMON_HPP_ 
   18 #define KAATCPCOMMON_HPP_ 
   20 #include <boost/cstdint.hpp> 
   55     static boost::uint8_t 
createBasicHeader(boost::uint8_t messageType, boost::uint32_t length, 
char *message);
 
static const boost::uint8_t FIRST_BIT
 
static const boost::uint8_t KAA_SYNC_ZIPPED_BIT
 
static boost::uint8_t createBasicHeader(boost::uint8_t messageType, boost::uint32_t length, char *message)
 
static const boost::uint8_t PROTOCOL_VERSION
 
static const boost::uint8_t MAX_MESSAGE_TYPE_LENGTH
 
static const boost::uint32_t MAX_MESSAGE_LENGTH
 
static const boost::uint8_t KAA_SYNC_REQUEST_BIT
 
static const boost::uint16_t KAA_TCP_NAME_LENGTH
 
static const boost::uint8_t KAA_SYNC_HEADER_LENGTH
 
static const boost::uint8_t KAA_CONNECT_HEADER_LENGTH
 
static const boost::uint8_t KAA_SYNC_ENCRYPTED_BIT
 
static const char *const KAA_TCP_NAME
 
static const boost::uint8_t KAA_CONNECT_SESSION_KEY_FLAGS
 
static const boost::uint8_t KAA_CONNECT_SIGNATURE_FLAGS