mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update network.c
This commit is contained in:
parent
49d2d7f56e
commit
0a9377d526
|
@ -394,7 +394,7 @@ int networking_wait_execute(uint8_t *data, uint16_t len, uint16_t milliseconds)
|
||||||
s->send_fail_reset = 1;
|
s->send_fail_reset = 1;
|
||||||
|
|
||||||
return res > 0 ? 1 : 0;
|
return res > 0 ? 1 : 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
void networking_wait_cleanup(Networking_Core *net, uint8_t *data, uint16_t len)
|
void networking_wait_cleanup(Networking_Core *net, uint8_t *data, uint16_t len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user