Max Inden
Max Inden
> Do you have a rough estimate on when we could see AutoNAT land? It is hard to estimate when AutoNAT will land. Though note that AutoNAT is only a...
> Does not the relay protocol depend on having one server which is not behind NAT listening? In our use case this is not a reliable strategy (although could be...
@esotericbyte unfortunately we don't have automated testing in place here today. You can follow progress here https://github.com/libp2p/test-plans/issues/21.
Thanks for reporting back @jellllly420!
Thanks @divagant-martian.
Today users forget to (a) call bootstrapp at startup and (b) call bootstrap continuously thereafter. In my eyes in most cases one should do both (a) and (b). Thus I...
> we bootstrap on new connections until one succeeds then go to `2` How about "we bootstrap on new-node-in-kademlia-routing-table [...]"? 1. This would ensure the constrained proposed by @thomaseizinger above,...
@Arsen6331 https://blog.ipfs.io/2022-01-20-libp2p-hole-punching/ gives you the high level overview. Towards the end the rust-libp2p hole punching tutorial is linked, which will show you hands-on how to use the Project Flare stack....
Sorry for the trouble here @goatgoose. https://github.com/mozilla/neqo/pull/1837 fixed the issue. The `resumption` testcase using `neqo` client `s2n-quic` server is no longer failing. See e.g. recent CI run: https://github.com/mozilla/neqo/pull/1857#issuecomment-2077536804 The `neqo-qns`...
Thank you for the work here. I am hesitant to move forward. - This pull request increases the maintenance surface of this crate. - This patch ties us to the...