Results 1846 comments of Steven Allen

> Closing this as it's only an issue in local environments, and there isn't a great fix. Note: This _was_ fixed in multistream (not the best fix, but the best...

Really, the main issue is reuseport. An alternative is to use a different source port for outbound connections than the inbound port, but that makes it more difficult to detect...

It's not _just_ MDNS. Any scenario causing two nodes to try to connect at the same time will trigger it, especially if those nodes are far apart (e.g., synchronized reconnect...

> My intuition is that this is mainly a problem in networks with low latency such as the loopback interface and local networks, as peers can learn about each other...

> Is it possible to implement quic-go with pnet? @cpeliciari I'd love to hear why you use PNET here: https://github.com/libp2p/go-libp2p/discussions/2942.

The window is dedicated because there's only supposed to be one X window per floating frame. However, that shouldn't prevent a floating window from spawning a floating window (I've tested...

So, keys are implemented for `[u8; 32]` (and 20 and 64 bytes as well). Unfortunately, we can't implement the key traits for integer types without exporting those implementations, so we...

This sounds like TCP simultaneous connect.