sukun

Results 129 comments of sukun

What's the LocalMultiaddr on the connection? Can you share any more details?

We need some more information to proceed here. Can you log the LocalMultiaddr? If possible the the peer's addresses from DHT, identify etc?

Is there any more info you can provide? A trivial connect -> disconnect -> connect test doesn't reproduce this for me. >when I disconnect and reconnect to a peer, the...

Just so I understand what happened here: Did your router's UPnP port or IP change after restart? It looks like the upnp port is 0(`192.168.50.1:44902`).

released: https://github.com/libp2p/go-libp2p/releases/tag/v0.42.0

This will be a lot of maintenance burden. I'd like to gauge interest from some other parties before merging this and maintaining it going forward. @p-shahi can we evaluate if...

Looking at https://github.com/libp2p/go-libp2p/pull/3281 @MarcoPolo is interested in this.

We should also log these limits on startup / rcmgr creation. It can be confusing to debug a running node if prometheus metrics aren't enabled. This is especially true if...

@MarcoPolo We should move that line here: https://github.com/libp2p/go-libp2p/blob/master/p2p/host/resource-manager/rcmgr.go#L213

>As a minimum the original error (ECONNRESET in this case) should be wrapped as part of the retuned error. That makes sense. Want to open a PR?