-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: network settings #949
Comments
@Technophant thanks for creating this issue! A few of the items you mentioned already have separate issues open on the daemon side - lbryio/lbry-sdk#1002 (proxy), lbryio/lbry-sdk#798 (BW limits), lbryio/lbry-sdk#934 (port check) Also, I'm not sure we want to expose all of these settings to the users, at least not without going into some "advanced configuration" menu - i.e a typical (or even advanced user) would not know what a reflector server is or what options to set. Feel free to explore a bit more and then edit your original issue as needed. Thanks again for the contribution, please see https://lbry.io/faq/tips |
@tzarebczan I think it makes sense to add a simple UI for settings like @Technophant let me know if you're interested in working on any of these ;) But thanks for opening either way! |
I'm busy with other things, but yes those two options would be easy to add to the UI and would pretty much take care of my concerns except for the upload bandwidth it takes up. I have a decent cable connection, however I needed to close it because it was causing me issues. 1 Mbit up and down with daemon running but nothing requested. |
Can I work on this? |
@ahmedkrmn , it's all yours! Some of the settings do require a full restart of the app+sdk, so we would have to make that option available as part of this effort. The ones I think we should focus on are: use_upnp |
Hey @tzarebczan, I can't find the function definition of |
@ahmedkrmn all |
In addition to having a visual network status indicator (#603), there needs to be network settings similar to what is found in other peer2peer clients.
Some things that should be included:
connection_status: code & message
blocks_behind, if zero then return up-to-date
startup_status
toggle use_pnp
set peer_port
simple port status check (open or closed)
set random port option
set proxy port
be able to set upload and download bandwidth limits (upload is more important)
bandwidth test and auto-set upload bandwidth perhpas
be able to change reflector server
The text was updated successfully, but these errors were encountered: