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
Currently I'm using IPFS on a connection that has about 400 kBit/s down and 100 kBit/s max, though values are usually much lower because it's a shared one.
Downloading files on IPFS is next to impossible, even after setting ConnMngr.HighWater/LowWater to 20/10 and adding the source node as bootstrap peer.
Would it be possible to somehow minimize the amount of "extra" bytes that need to be transferred (e.g. SECIO Handshake, DHT, etc) to a minimum?
Is there a config that would achive this? Would this require some code changes?
The text was updated successfully, but these errors were encountered:
Hey @mkg20001 - I'm going to close this issue, not because it's solved or anything but just because it's covered in a lot of other roll-up issues. It's also referenced from all the issues above now. Feel free to reopen if you have additional questions or information. Thanks.
Version information:
Type: question/feature
Description:
Currently I'm using IPFS on a connection that has about 400 kBit/s down and 100 kBit/s max, though values are usually much lower because it's a shared one.
Downloading files on IPFS is next to impossible, even after setting ConnMngr.HighWater/LowWater to 20/10 and adding the source node as bootstrap peer.
Would it be possible to somehow minimize the amount of "extra" bytes that need to be transferred (e.g. SECIO Handshake, DHT, etc) to a minimum?
Is there a config that would achive this? Would this require some code changes?
The text was updated successfully, but these errors were encountered: