Age | Commit message (Collapse) | Author |
|
|
|
|
|
after disconnecting due to them getting stuck in a connection loop.
|
|
Removed now useless defines in network.h
|
|
|
|
|
|
ethernet devices.
Added some code to get real adapter broadcast addresses on windows.
|
|
Removed useless semicolons.
|
|
|
|
https://github.com/stal888/ProjectTox-Core
|
|
|
|
|
|
|
|
|
|
|
|
when supported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Packet was being copied with a wrong, smaller length.
|
|
Don't increment nonce if packet was discarded instead of being sent.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|