Releases: angt/glorytun
Releases · angt/glorytun
Glorytun 0.1.1
- MTU probing is more robust.
- Command
sync
has been removed,path
already sync and gives lot of information. - Without client, the server doesn't consume cpu anymore. It was woken every second.
Glorytun 0.1.0
- Add option
rate
in commandpath
. - Add command
sync
. - Adapt the output to write scripts more easily.
Glorytun 0.0.99-mud
This release uses the new scheduler to optimize bandwidth instead of latency when using multipath.
Do not use it for VoIP like things. For everything else it shoud be better :)
Glorytun 0.0.98-mud
This is a mostly bugfix release. The internal proto has changed too.
Glorytun 0.0.97-mud
This release adds an option kxtimeout
to control the lifetime of ephemeral keys.
There is also an important fix on how we handle ancillary data that could lead to packet loss.
Glorytun 0.0.96-mud
glorytun path
now shows public ip and mtu for each path.
Glorytun 0.0.95-mud
A new code for path mtu discovery, able to detect black holes, has been merged.
CAP_NET_RAW
is not needed anymore.
Glorytun 0.0.94-mud
This release adds a set of new commands like bind
, bench
, path
...
Glorytun 0.0.93-mud
- Use
mtu-auto
by default in systemd scripts.
Glorytun 0.0.92-mud
- Add
meson.build
andsystemd
files in the tarball.