Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An index for replacement candidate is searched
in one lookup cycle for all types (bad, possibly bad, good).
Sorting of items has been removed (sorting logic can be substituted
by a maximum search).
|
|
|
|
This should not increase the time it takes for people to find themselves.
|
|
correctly.
This should fix an issue that happened when both clients got
disconnected when the file was almost finished sending. The sender
would show that the file had been sent successfully when it had not.
See the modifications to tox.h
|
|
|
|
|
|
|
|
also cause thread related issues.
|
|
send_lossy_cryptpacket() can get called from another thread meaning
the connection can be killed while the packet is sending.
|
|
|
|
Make each connection stick to the same relay.
|
|
|
|
older kernels.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|