Alex Potsides

Results 532 comments of Alex Potsides

Testing locally, I get different port numbers from every connection during identify. E.g. I have uPNP hole punching which opens `/ip4/${PUBLIC_IP}/tcp/4002` - the [observedAddr reported by identify](https://github.com/libp2p/specs/tree/master/identify#observedaddr) is like `/ip4/${PUBLIC_IP}/tcp/61253`,...

I'm looking at implementing this piece of functionality, `"keep-alive"` sounds good, but I think `"priority"` needs a bit more to it, in terms of connection pruning at least. If you...

This is a good spot and will speed up initial startup, thanks for submitting it. I think it would be better to refactor the KeyChain class to make it implement...

Closing as the issue should be resolved - please re-open if you continue to observe it.

If you're only interested in the closest peers, you should disregard all events that are not `FINAL_PEER`. The others are useful for tracing and diagnostics, and for giving the user...

Hand-written docs do get out of sync from time to time. Would you like to submit a PR that brings everything up to date?

@D4nte soon! I'm just treading carefully around some of the protocol stream limiting stuff as it will cause things to break if the limits are not set correctly. Can you...

Just registering my view that the current libp2p config is full of gotchas. For example, I can't use `[WebRTC.tag]` for both transport and peer discovery config. This looks consistent and...

It looks like the Ethereum Foundation domain has gone away 😢 Would you like to open a quick PR to remove the broken links?

Setting AppVeyor up to run on my fork, these changes seem to work in that they download and compile the source code but the build of both the `x64` and...