Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed bug with lossless packets.
|
|
Fixed possible issue in last commit.
|
|
periods of time.
Online nodes should now be able to announce themselves continuously.
|
|
This should make it easy for people to use toxcore to power many
types of networked applications.
|
|
|
|
Apparently on iOS UDP sockets can SIGPIPE (what the fuck apple?).
|
|
Clients can use this function to make Tox connect to user specified
TCP relays.
|
|
This might make active connections less likely to time out needlessly.
|
|
for the auto tests.
|
|
|
|
|
|
|
|
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.
|
|
|
|
PORT IS NO LONGER PASSED IN NETWORK BYTE ORDER.
Removed useless ipv6enabled parameter.
|
|
tox_new() now takes a Tox_Options struct as argument.
If a NULL pointer is passed to that struct, defaults are used.
|
|
Forgot to commit it with before last commit.
|