sukun
sukun
Part of: #2009 Depends on: #2586
Depends on: #2576 The code duplication is unfortunate, but this is reasonable for now. When we have circuit v2 transport integration tests, we can refactor this.
depends on: #2576
depends on #2586 fixes: #2592 The fix turned out much simpler that I'd expected. Reusing the udp mux for dialing is straightforward. Here we only reuse the listening udpmux. If...
Currently node doesn't dial out of the UDP packet conn that it is listening on for `/webrtc-direct`. Because of this it cannot discover its publicly dialable address. We find our...
This uses https://github.com/tailscale/tailscale/tree/main/tstest/natlab to provide a mock net.PacketConn. This allows us to fake quic addresses on nodes to test for address discovery. This can also be used to test nat...
I'm sharing the black hole filters and added a ReadOnly mode to black hole detector where the detector doesn't update the state of the individual filters. This ReadOnly mode is...
closes: #2422 Will add metrics for this in a separate PR.
Implement https://github.com/libp2p/specs/pull/538 We want a light weight implementation that is just the protocol client and the protocol server. The protocol client will implement `/libp2p/autonat/2/dial` and the server will handle this....
When sending addresses to a peer we should only send those addresses that are relevant to the peer and not all of our available addresses. Only send localhost addresses on...