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
This is a request to add a method to control whether a core is uploading, e.g. whether it will respond to "wants" from other peers by sending data. I think the undocumented setActive method does this for downloading, but not for uploading.
Use case 1: A peer might have limited upstream bandwidth, and only want to download data.
Use case 2: A peer might want to get an updated length from a peer before deciding to enable uploading and downloading.
This is a request to add a method to control whether a core is uploading, e.g. whether it will respond to "wants" from other peers by sending data. I think the undocumented
setActive
method does this for downloading, but not for uploading.Use case 1: A peer might have limited upstream bandwidth, and only want to download data.
Use case 2: A peer might want to get an updated length from a peer before deciding to enable uploading and downloading.
Related: #555
I think #305 can be closed, superseded by this issue and #555.
The text was updated successfully, but these errors were encountered: