routing-yggdrasil: add package
authorPaul Spooren <mail@aparcar.org>
Tue, 19 Mar 2019 09:50:25 +0000 (10:50 +0100)
committerPaul Spooren <mail@aparcar.org>
Tue, 19 Mar 2019 14:53:28 +0000 (15:53 +0100)
commitaa4a59b7157655030fc849e35a41ed871553a007
tree4e62c80c19be3f9308163a32a8fd6346a9593d1e
parente2884eb99a9b0e748008813e2a2057ef30c39e69
routing-yggdrasil: add package

Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the
similarities with cjdns is a different routing algorithm. This
globally-agreed spanning tree uses greedy routing in a metric space.
Back-pressure routing techniques allow advanced link aggregation bonding
on per-stream basis.  In turn, a single stream will span across multiple
network interfaces simultaneously with much greater throughput.

Authored by: William Fleurant <meshnet@protonmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
net/yggdrasil/Makefile [new file with mode: 0644]
net/yggdrasil/files/yggdrasil.defaults [new file with mode: 0644]
net/yggdrasil/files/yggdrasil.init [new file with mode: 0755]