Commit 7895748f authored by chenhaowen's avatar chenhaowen

fixed up kepp alive 2 packet's checksum

parent dd4534ca
...@@ -524,7 +524,7 @@ int make_keep_alive2_pkt2(char *buf, unsigned char cnt, char *flag,\ ...@@ -524,7 +524,7 @@ int make_keep_alive2_pkt2(char *buf, unsigned char cnt, char *flag,\
memset(buf+index, 0, 4); memset(buf+index, 0, 4);
index += 4; index += 4;
//checksum //checksum placeholder
int checksum_p = index; int checksum_p = index;
memset(buf+index, 0, 4); memset(buf+index, 0, 4);
index += 4; index += 4;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment