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
{{ message }}
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
Bitswap needs some way of allocating outgoing bandwidth between peers if something like propshare will be implemented. How would we implement something like that?
The text was updated successfully, but these errors were encountered:
we're probably going to need to rearchitect bitswap a little bit to use a single stream per peer. This stream can then be rate limited using a normal approach (token bucket)
The hard part will be determining how much outgoing bandwidth we have available. and distinguishing between different connections, we can push gigabit to someone on our LAN, but only broadband speeds to someone over the open web.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bitswap needs some way of allocating outgoing bandwidth between peers if something like propshare will be implemented. How would we implement something like that?
The text was updated successfully, but these errors were encountered: