mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'spammy-errors' of https://github.com/JFreegman/toxcore
This commit is contained in:
commit
dd2f9f46a6
|
@ -196,7 +196,7 @@ bool chloss (const RTPSession *session, const struct RTPHeader *header)
|
||||||
(session->rsequnum + 65535) - hosq :
|
(session->rsequnum + 65535) - hosq :
|
||||||
session->rsequnum - hosq;
|
session->rsequnum - hosq;
|
||||||
|
|
||||||
puts ("Lost packet");
|
fprintf (stderr, "Lost packet\n");
|
||||||
|
|
||||||
while (lost --)
|
while (lost --)
|
||||||
bwc_add_lost(session->bwc , 0);
|
bwc_add_lost(session->bwc , 0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user