-
Notifications
You must be signed in to change notification settings - Fork 263
Make Mix hops optional for Mixnet Client SURBs #5861
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
@jstuczyn I don't know how broadly the |
7008542 to
d8aa3e7
Compare
so the thing is, it will apply to every packet constructed by the client. meaning we'd expect every mixnod, gateway and service provider on the route to be compatible with that change (otherwise they'd be dropping the packets or failing to parse them). ideally, maybe for now, we should do it in a more targetted way to just affect the vpn registration? |
d8aa3e7 to
2c0e801
Compare
How about this solution: If the client configures When we are ready we can look into changing the default setting independently. |
…- use updated format
Allow SURBs to be sent configured to only use gateways in mixnet return path.
Follow on to #5696
Tested as working with mainnet vpnd/vpnc client for a handful of manual connections.
This change is