Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #31643

Closed (moved)
(moved)
Open
Created Sep 05, 2019 by s7r@s7r🏁

Apparently NumEntryGuards is not considered if we add it after we already have a state file that indicates otherwise

If we set NumEntryGuards = 3 in torrc tor will use 3 entry guards for circuits.

After running like this, if we change the torrc parameter to NumEntryGuards = 2 and reload Tor, it will still use 3 entry guards that were sampled before and existent in the state file.

I don't know what is our best way to treat this:

  • when NumEntryGuards and/or NumPrimaryGuards changes value, delete the state file and start with a fresh one? This is a simple fix, but not the best one.

  • when NumEntryGuards and/or NumPrimaryGuards changes its value (I can only see this use case when it changes the value to a lower number, not a higher one), check in the state file the last used entry guard(s) and remove from the primary list the difference of guards.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking