- 16 Feb, 2021 4 commits
-
-
Sergio Ammirata authored
-
Refactor clock_gettime support for Darwin to fix compilation problems for older OSes
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- 10 Feb, 2021 1 commit
-
-
Gijs Peskens authored
Previous method was written only our MinGW setup in mind. This corrects build failures due to missing cmake toolchainfile, which may not be needed for other builds (as tested with provided aarch64 cross file). Meson >= 0.56.0 correctly generates the cmake toolchain file (and documentation explicitly states not to set this option manually), so there it is not used The toolchain variable has been renamed to make more sense when used in other arches, and in a way that it should not clash with any meson native options.
-
- 08 Feb, 2021 3 commits
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- 04 Feb, 2021 1 commit
-
-
Sergio Ammirata authored
-
- 02 Feb, 2021 2 commits
-
-
Gijs Peskens authored
-
Sergio Ammirata authored
-
- 01 Feb, 2021 1 commit
-
-
Sergio Ammirata authored
Add peer authentication callback (missing on sender when it initates the connection and on the receiver when it initates the connection)
-
- 31 Jan, 2021 1 commit
-
-
Sergio Ammirata authored
-
- 30 Jan, 2021 1 commit
-
-
Sergio Ammirata authored
-
- 05 Jan, 2021 2 commits
-
-
Unfortunately this is really necessary so late in the release process. The previous design being able to free data from under a calling application.
-
Sergio Ammirata authored
-
- 03 Jan, 2021 1 commit
-
-
Sergio Ammirata authored
-
- 02 Jan, 2021 1 commit
-
-
Sergio Ammirata authored
-
- 01 Jan, 2021 10 commits
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Fix retry_dequeue loop. We were counting errors as processed nacks and it would cause the queue to grow out of control under high packet loss.
-
Sergio Ammirata authored
Add stats for sender max bandwidth skips and provide max bandwidth protection for congestion control off mode.
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
-
When we receive a echo request we (correctly) assume receiver supports echo requests, and disable RTT calculation via SR-RR packets, however we don't start sending echo requests, this corrects that so we do send them.
-
Sergio Ammirata authored
Use the correct dynamic rtt for retries on sender and change agressive congestion control to allow more retries (2*RTT spacing on them)
-
Sergio Ammirata authored
-
- 29 Dec, 2020 2 commits
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- 28 Dec, 2020 4 commits
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- 25 Dec, 2020 3 commits
-
-
Sergio Ammirata authored
This reverts commit bedc9a22.
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- 24 Dec, 2020 3 commits
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-