You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, IPFS tries to connect to as many peers as it can.
Unfortunately, most of the time it can connect to too many peers.
Right now, I have 3 daemons on my network, all of which have >170 connections.
This, for some reason kills/blocks/congests routers.
Right now, I can only rarely create new outgoing connections, which breaks a lot of services, causes DNS requests to fail 50% (or more) of the time, and many more issues.
This is not an issue of bandwidth, but adding a limit on the amount of connections will help to limit bandwidth as well.
The text was updated successfully, but these errors were encountered:
Values above are just a guess: would be useful to get some real feedback from people with old routers and provide safe values under a predefined profile.
Version information: 0.4.5-dev-5ec0e59
Type: Enhancement
Priority: P2
Description:
As of now, IPFS tries to connect to as many peers as it can.
Unfortunately, most of the time it can connect to too many peers.
Right now, I have 3 daemons on my network, all of which have >170 connections.
This, for some reason kills/blocks/congests routers.
Right now, I can only rarely create new outgoing connections, which breaks a lot of services, causes DNS requests to fail 50% (or more) of the time, and many more issues.
This is not an issue of bandwidth, but adding a limit on the amount of connections will help to limit bandwidth as well.
The text was updated successfully, but these errors were encountered: