erlang-libp2p icon indicating copy to clipboard operation
erlang-libp2p copied to clipboard

An Erlang implementation of libp2p swarms

Results 44 erlang-libp2p issues
Sort by recently updated
recently updated
newest added

The number of connections/sessions that a validator has naturally peaks while the validator is in consensus group as hotspots and other nodes attempt to submit transactions. However, it appears that...

currently getting a stale peer is counted against the number of tries, and it shouldn't be, as when the network is badly degraded the chance of getting a sync peer...

Experiencing a weird issue where my listen_addrs is changing to a random IP address. Here's my RAKv2 miner api https://api.helium.io/v1/hotspots/name/rough-fuzzy-weasel My real IP is **198.47.45.143** and I've completed the port...

waiting infinity for sessions to close was causing the swarm_server to never fully die when it was terminated. Why it's own 10s timeout in libp2p_swarm_sup did not come along and...

- Update rebar.config and rebar.lock - Use test groups to test all key types TODO: - [ ] Land dependent PRs

make the workers accounting use maps raise accept timeout don't contend on higher level sup to find worker sup rework a place I missed monitor session dials more hax add...

some attempts to make the scaling situation better for the seed nodes.

Related PR ( both issues affect same flow ): https://github.com/helium/erlang-libp2p/pull/281 When a group worker is trying to connect to a remote peer/target and it fails to do so it will...