Skip to content
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

probe-cli should support the new tor experiment #973

Closed
bassosimone opened this issue Jan 19, 2020 · 1 comment · Fixed by ooni/probe-cli#100
Closed

probe-cli should support the new tor experiment #973

bassosimone opened this issue Jan 19, 2020 · 1 comment · Fixed by ooni/probe-cli#100
Assignees
Labels
enhancement improving existing code or new feature ooni/probe-cli priority/high

Comments

@bassosimone
Copy link
Contributor

No description provided.

@bassosimone
Copy link
Contributor Author

This is larger than expected because I needed to introduce a new type to support measuring the or port of a directory authority, which is conceptually different from a bridge. So, I bumped the effort to M.

bassosimone added a commit to ooni/sysadmin that referenced this issue Jan 27, 2020
I have confirmed by reading `tor(1)` for v0.4.2.5 and by manually
invoking tor that clients use the or port and instead relays "usually"
use the dir port directly.

This means that the metric "can connect to or port" of directory
authority is different from "can connect to or port" of a specific
vanilla bridge and is different from "can connect to the dir
port" of a directory authority.

Hence, we need a way to separate these metrics. This is actually
reasonably easy because we just need to introduce a new type that
indicates "the or port of a directory authority".

This is part of ooni/probe#973.
bassosimone added a commit to ooni/spec that referenced this issue Jan 27, 2020
bassosimone added a commit to ooni/spec that referenced this issue Jan 27, 2020
bassosimone added a commit to ooni/probe-engine that referenced this issue Jan 27, 2020
bassosimone added a commit to ooni/probe-engine that referenced this issue Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improving existing code or new feature ooni/probe-cli priority/high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant