[tor-bugs] #19043 [Core Tor/Tor]: Implementation of prop224 ESTABLISH_INTRO cell
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Aug 11 14:32:59 UTC 2016
#19043: Implementation of prop224 ESTABLISH_INTRO cell
-------------------------------------------------+-------------------------
Reporter: alec.heif | Owner:
Type: enhancement | Status:
| needs_revision
Priority: Medium | Milestone: Tor:
| 0.2.???
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: tor-hs, prop224, 6.s194, | Actual Points:
0210-proposed, TorCoreTeam201608 |
Parent ID: #17241 | Points: 3
Reviewer: asn, dgoulet | Sponsor:
| SponsorR-must
-------------------------------------------------+-------------------------
Comment (by dgoulet):
My two cents. I like the idea very much. Scales much better with future
version. We can have a single version agnostic function that takes the
token and re-route it to the right function.
Yes, tokens have different size depending on the version (well except rdv
token but that might not be true for version 4 and onward). I would add an
`enum` of the possible type (in this case only two exists) which will
makes it nicer if we ever add more types. And the token length as well.
You might also want to put a `or_circuit_t` in there? :)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/19043#comment:18>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list