Age | Commit message (Collapse) | Author |
|
#
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
|
|
|
|
|
|
|
|
|
|
Check if ip family is valid in set_direct_ip_port() function.
|
|
Astyled.
|
|
Better than the polling mess.
Moved DHT to Messenger from onion_client (still needs some cleanups).
|
|
|
|
|
|
|
|
|
|
|
|
applying to them.
|
|
|
|
|
|
Added a recursive mutex to fix possible thread issues when the A/V
thread sends data at the same time as the main thread.
|
|
This new congestion control algorithm uses the increase in size
of the send queue to regulate how fast it sends data.
When tweaked it should work better than the old one.
|
|
|
|
|
|
|
|
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.
|
|
|
|
after disconnecting due to them getting stuck in a connection loop.
|
|
Removed now useless defines in network.h
|
|
|
|
|
|
|
|
|
|
|
|
Instead of dropping the rate to minimum just half it until it drops
to the minimum.
|
|
|
|
|
|
|
|
|
|
|
|
carry it.
|
|
|
|
File transfers should now work better.
|
|
|
|
|
|
|
|
Fixed possible thread bug with sending A/V packets.
TODO: eventually make toxcore thread safe.
|
|
|
|
|
|
no data was transmitted.
|
|
|
|
File transfers got stuck because it was too low.
|