Ticket #400 (closed defect: fixed)
Circuit and stream IDs are not necessarily numeric
| Reported by: | edmanm | Owned by: | edmanm |
|---|---|---|---|
| Priority: | normal | Milestone: | Vidalia 0.1.8 |
| Component: | Vidalia | Version: | |
| Keywords: | Cc: |
Description
Vidalia currently assumes all valid circuit and stream IDs are numeric. This is true for current Tor releases, but will not always be true.
From Section 2.4 of Tor's control protocol specification:
; Unique identifiers for streams or circuits. Currently, Tor only ; uses digits, but this may change StreamID = 1*16 IDChar CircuitID = 1*16 IDChar IDChar = ALPHA / DIGIT
Reported by Nick Mathewson.
Change History
Note: See
TracTickets for help on using
tickets.
