mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
commit
ccc481fc79
|
@ -10,4 +10,3 @@ uint64_t random_64b();
|
||||||
bool ipp_eq(IP_Port a, IP_Port b);
|
bool ipp_eq(IP_Port a, IP_Port b);
|
||||||
bool id_eq(clientid_t* dest, clientid_t* src);
|
bool id_eq(clientid_t* dest, clientid_t* src);
|
||||||
void id_cpy(clientid_t* dest, clientid_t* src);
|
void id_cpy(clientid_t* dest, clientid_t* src);
|
||||||
|
|
||||||
|
|
|
@ -43,9 +43,3 @@ unsigned char * hex_string_to_bin(char hex_string[])
|
||||||
|
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -42,4 +42,3 @@ while True:
|
||||||
print "Sending SYNC resp"
|
print "Sending SYNC resp"
|
||||||
a+=1
|
a+=1
|
||||||
sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)
|
sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user