Results 23 comments of PabloMansanet

Last time I looked at this I was wondering how feasible it would be to implement something similar to [pwnat](https://samy.pl/pwnat/) for UDP hole punching without a mediating server. Simplifying the...

I see what you mean. In any case, the volume of traffic generated by a pwnat-like system would be insignificant compared to the background traffic required to keep the DHT...

So, about bootstrapping, I'd like to leave it as a choice for the application layer. With my proposed system, it would be trivial to use a dependable, static node for...

Yup. So, about that, @Boscop, do you think it would be valuable to have a separate crate that implements the pwnat mechanism with libpnet as an only dependency, and then...

Cool, you just gave me a lot of motivation ;)

Thanks! that's a very interesting point. I think some update to the documentation is in order, because the current `Bound` type is weaker by design than what the documentation may...

Seems then like this is mainly a problem with the `mutate` method. I think there are ways that `try_mutate`, `mutate_into` and `mutate_or` can be refactored not to cause this issue....

Hello Boscop :) At the moment the storage system is accumulative; there is no way to remove an entry from the table other than via its renewable expiration time. This...

Hello again Boscop, I've been tied up with another project lately, but I will pick up the pace with Subotai development towards the end of this month. I'll bee looking...

I'm finding some strangeness with my first solid definition and I'm not sure where the problem is :sweat_smile: @bschwind here's the snippet: ```rust fn gizmo() -> Shape { let arrow_length...