/** the number of send times*/
const int QQ_ACK_PACKET_SEND_TIME = 4;
/** QQ packet maximum size*/
const int MAX_PACKET_SIZE = 65535;
/** the maximum bytes to send at once*/
const int MAX_SEND_IM_SIZE = 400;
/** QQ key length*/
const int QQ_KEY_LENGTH = 16;
/** QQ login data length */
const int QQ_LOGIN_DATA_LENGTH = 416;
[/code:1]