Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Instead of dropping the rate to minimum just half it until it drops
to the minimum.
|
|
|
|
|
|
toxdns was not linking because of references to functions in crypto_core
|
|
|
|
slow hardware.
|
|
|
|
|
|
|
|
|
|
|
|
TCP ping requests in TCP_client should have a higher success rate.
|
|
|
|
|
|
|
|
https://github.com/nurupo/InsertProjectNameHere
|
|
|
|
When a TCP ping request is recieved, try to send the response until
success instead of just dropping it if sending the response fails on
the first try.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toxav should no longer have weird behaviour when a dead call times out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change calloc call on line 138 from empty_array->entries = calloc(size * sizeof(Ping_Array_Entry), 1);, to empty_array->entries = calloc(size, sizeof(Ping_Array_Entry));
|
|
https://github.com/JFreegman/ProjectTox-Core
|
|
|
|
|
|
|
|
|
|
now described as the maximum width and height of images.
This is to work around what appears to be a bug in libvpx where the
resolution of the stream can be decreased but increasing it above
its originally set value introduces memory corruption.
|
|
|
|
|
|
|
|
|
|
|