- Sep 13, 2021
-
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
-
Kevin Wang authored
-
- Sep 12, 2021
-
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
rist_start rist_destroy and rist_peer_create & destroy are for both sender & receiver, update documentation to reflect that. Fixes #124
-
The pthread wrapper for Windows compiled on 64-bit, not on 32-bit Windows.
-
Compilation of librist failed on Windows with Visual Studio 2019.
-
- Aug 30, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Aug 27, 2021
-
-
Gijs Peskens authored
-
- Aug 23, 2021
-
-
Gijs Peskens authored
Move flow shutdown before lock to fix rare locking issue where lock never gets acquired while output thread keeps locking/unlocking.
-
- Aug 02, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
Restarting a rist2rist source sometimes causes the receiver connected to rist2rist to break because it never recalculates the time offset. Reset the flow if we go over a late packets threshhold.
-
- Jul 28, 2021
-
-
Christopher Degawa authored
If not, pkg-config produces a file that contains a full path to libwinpthread.a Signed-off-by:
Christopher Degawa <ccom@randomderp.com>
-
- Jul 27, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Jul 24, 2021
-
-
Gijs Peskens authored
Weights of chosen peers were not correctly being subtracted in this case.
-
- Jul 22, 2021
-
-
Gijs Peskens authored
Per packet messages where flooding a system, creating a unrecoverable situation. Flushing data earlier when real time spend in buffer exceeds 1.1 * buffer duration ensure that it's more likely to be useful. We can then also safely drop any stale packets we find that are there longer than 2 buffer durations (there shouldn't be any).
-
- Jul 21, 2021
-
-
-
-
Gijs Peskens authored
-
- Jul 20, 2021
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Jul 19, 2021
-
-
Gijs Peskens authored
* initialize variable we check against before any jumps to cleanup * use boolean to indicate thread startup, instead of incorrectly checking against pthread_t
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
Also keep sending to dead peers till at least the buffer recovery period has expired (their downstream might still be functional, while their upstream has broken) Fixes #115
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
Set these options manually for the old behavior of building cjson and mbedtls as part of the library. Otherwise you'll need to have working pkg-config/cmake tooling for finding these dependencies.
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-