QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1461|回复: 2

办主!!!请进!!

[复制链接]
发表于 2005-8-20 15:45:46 | 显示全部楼层 |阅读模式
现在的UDP登录包是 460?! 还是 416?!
另外是不是UDP登录包和TCP登录包的区别就在于TCP开头多了两个字节?!

[code:1]
/** QQ UDP packet header length*/
const int QQ_UDP_HEADER_LENGTH = 7;
/** QQ TCP packet header length */
const int QQ_TCP_HEADER_LENGTH = 9;
/** QQ packet tail length*/
const int QQ_TAIL_LENGTH = 1;

/**  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]
发表于 2005-8-20 17:41:49 | 显示全部楼层
those should be all right, otherwise, nobody can logged in using Eva.
回复

使用道具 举报

 楼主| 发表于 2005-8-20 19:34:39 | 显示全部楼层
呵喝~~见鬼了~
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-23 21:39 , Processed in 0.037003 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表