Arceliar
Arceliar
@songgao @neilalexander It looks like we can use `fd := iface.ReadWriteCloser.(*os.File).Fd()`, so the interface changes aren't required and have been removed.
I'm still very new to pony, so it's entirely possible that I'm just wrong, but I think I'd want to catch arithmetic errors about as often as not. I understand...
Could you try running iperf3 with `-R`? Or alternatively you could show the log from the server side of the iperf3 test. It's not unusual to see *some* bandwith spikes...
One more thing to add: Running as an unprivileged user means the old `AdminListen` value (`/var/run/yggdrasil.sock`) will need to be recognized and replaced when updating. Otherwise, updating the package (via...
So order-wise, the main issue is that it's if A sends a switch message (spanning tree stuff) to B, and then forwards a packet to B, it's not safe for...
This is working as intended. The purpose of the `/64` subnets inside of `300::/8` is for ygg devices to advertise routes so non-ygg devices can access resources on the network....
Interesting work. I need to think about about if we want to do this -- or rather, if this is how I'd want to handle it. Considering that this is...
We don't handle `-h` or `--help` at all, so the current behavior is technically correct (running the program with any invalid arguments, or without a valid combination of arguments, is...
Disclaimer, I haven't used nebula or looked into it much, so take what I say about how it works with a grain of salt. As far as I understand, when...
I've thought about this a lot, and I haven't come up with a solution that doesn't fail in at least one of the following ways: 1. Not distributed (centralized or...