Commit 3d810c0a authored by chenhaowen's avatar chenhaowen

fix confict

parent 9e1a6cb6
...@@ -233,10 +233,7 @@ HEART_BEAT_START: ...@@ -233,10 +233,7 @@ HEART_BEAT_START:
rand_num[0] = rand_tmp / 0x100; rand_num[0] = rand_tmp / 0x100;
rand_num[1] = rand_tmp % 0x100; rand_num[1] = rand_tmp % 0x100;
<<<<<<< HEAD
=======
short_wait_sleep(3); short_wait_sleep(3);
>>>>>>> master
while (1) while (1)
{ {
length = make_keep_alive2_pkt1(pkt_data, kp2_cnt, ka2_flag, rand_num, ka2_key); length = make_keep_alive2_pkt1(pkt_data, kp2_cnt, ka2_flag, rand_num, ka2_key);
...@@ -312,11 +309,7 @@ HEART_BEAT_START: ...@@ -312,11 +309,7 @@ HEART_BEAT_START:
print_as_hex(pkt_data,length); print_as_hex(pkt_data,length);
kp2_cnt++; kp2_cnt++;
<<<<<<< HEAD
=======
short_wait_sleep(17); short_wait_sleep(17);
>>>>>>> master
} }
#ifdef WIN32 #ifdef WIN32
closesocket(client_sockfd); closesocket(client_sockfd);
......
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