- Feb 15, 2023
-
-
Gijs Peskens authored
-
This is triggering deprecation warnings.
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
Can be used to set socket options like DSCP and such.
-
Gijs Peskens authored
function
-
Gijs Peskens authored
our receive loop was reading a single packet per iteration leading to reduced performance with multiple clients connected. Instead fully read all packets from the socket till we receive an error (likely AGAIN) Thx Jody Garellek for bringing this issue to our attention
-
- Feb 13, 2023
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Aug 13, 2022
-
-
Samuel Thibault authored
It is using glibc like Linux.
-
- Apr 08, 2022
-
-
Alexandre Janniaux authored
Debian is using cJSON from github.com/DaveGamble/cJSON, as well as archlinux and homebrew, which is shipping a libcjson.pc file. Only ubuntu is using a different version not including the .pc file.
-
- Mar 20, 2022
-
-
Florian Ernst authored
Only a few of them were actually exposed to end users, while the majority was just in code comments. Still, the latter would turn up in any future spellchecking attempts anyways, so fixing them now as well.
-
- Feb 17, 2022
-
-
Gijs Peskens authored
-
- Jan 28, 2022
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
TUN support is only available under linux for now Custom muxing allows the use TUN interfaces by transfering ipv4 data through OOB and/or regular rist channel Default mux mode on sender is RIST_MUX_MODE_RAW and default mux mode on receiver is RIST_MUX_MODE_AUTO
-
- Jan 26, 2022
-
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
- Jan 04, 2022
-
-
pkv authored
The condition should be >= instead of >. Fixes use of mbedtls 3.0 w/ librist.
-
- Nov 17, 2021
-
-
Gijs Peskens authored
we don't rely on overflow behavior where it's relevant.
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
-