fastd icon indicating copy to clipboard operation
fastd copied to clipboard

Fast and Secure Tunnelling Daemon

Results 16 fastd issues
Sort by recently updated
recently updated
newest added

Every day the offloader in our hackspace reconnects to a gateway and the link ends up down, because the establish hook is not called. This connection always uses `null@l2tp` and...

Hello, I created a simple docker based test setup (https://github.com/freifunkstuff/fastd-test). When running on a multi-core VPS, I can acieve up to 25mByte/s with encryption and 30 mByte/ss without encryption which...

Hi, I'd like to propose an idea for load-balancing fastd connections over a set of know end-points. We (Freifunk Hochstift) are setting up more POPs with different upstreams and I...

https://github.com/rlei/fastd-android says it was merged in but I don't see https://git.universe-factory.net/fastd/tree/doc/build-fastd-android.sh Is this repo a fork?

This patch series implements multicast node discovery (multicast handshakes) for fastd. Multicast node discovery allows for plug and play network setup of fastd instances on an ethernet backbone, without explicitly...

(Originally raised in https://github.com/freifunk-gluon/gluon/issues/2019) Currently fastd needs one syscall to obtain/deliver a every packet from/to the kernel. The idea is to avoid this by obtaining and delivering multiple packages per...

enhancement

It would be nice if rather then setting the secret directly within the config it would be possible to set a path to where the secret is located. Something like...

It has been almost three years since last release in 2021, thus, request a new release. (also good to have [this commit](https://github.com/neocturne/fastd/commit/89abc48e60e182f8d57e924df16acf33c6670a9b) shipped as well). Thanks!

Coming from a distributed computing perspective, I find it curious why can't we use a DHT to store all the peers' information -- like using Kademlia or even Raft to...