-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow UI to configure --min-hops
during runtime
#692
Comments
--min-hops
--min-hops
during runtime
Points mentioned by @dnwiebe in the group chat. Potential problems with
However, min-hop counts significantly bigger than your biggest neighbor's patch will still probably cut down on the number of exit Nodes that are available to you. |
Testing GuidelineTesting Ensure that
|
This card is a child of #567 and is blocked by #691.
When Node starts up, the value for
--min-hops
will need to be passed to all Actors who require it.This may also include providing a new value if it was changed.
adding
--min-hops
as a part of the MASQUI-v2 interface so it can be adjusted using the websockets UI interfacing(#567 was just allowing the CLI command to interact with the database)
@utkarshg6
Modify the Neighborhood's
NodeFromUiMessage
handler to handleset-configuration
messages looking for--min-hops
parameters. It should store them inPersistentConfiguration
when they arrive, and also set the instance field in theNeighborhood
object from #691.The text was updated successfully, but these errors were encountered: