Juliusz Chroboczek

Results 311 comments of Juliusz Chroboczek

> I think of the term "node" to refer to a participant in the DHT, and "peer" as > a participant in a bittorrent swarm. I believe this terminology is...

1. Why is the new `Endpoint` type needed? Why not have the client check whether a given net.Listener satisfies the `Dialer` interface? ``` type dialer interface { Dial ... }...

In other words, the server should be replying with 307 instead of 302.

Interesting. Do you think you could capture a trace with strace?

Could you please explain what it means for a wireguard peer to not have an endpoint? Is it something that happens in normal usage, or is it an erroneous configuration?

We could of course avoid logging this specific error, or at least rate-limit the logging. But I'd much rather somebody implemented good support for Wireguard in Babel. Some ideas: 1....

> I'm not sure what a multi-unicast here? A multi-unicast is when instead of sending a multicast packet, you send the equivalent unicast packet to every neighbour. Of course, this...

> tab autocomplete I'd accept a patch that does that.