aboutsummaryrefslogtreecommitdiff
path: root/proposals/218-usage-controller-events.txt
diff options
context:
space:
mode:
authorDamian Johnson <atagar@torproject.org>2013-02-11 08:13:36 -0800
committerDamian Johnson <atagar@torproject.org>2013-02-11 08:13:36 -0800
commit74b96e9dc15346a82d871ec7792d09e9c11e074a (patch)
treea86c9855349de3cfdf6fd31ae29fa92846dbfc98 /proposals/218-usage-controller-events.txt
parentfe5f30f9738587229ed80b6daf1251eeba7738a1 (diff)
downloadtorspec-74b96e9dc15346a82d871ec7792d09e9c11e074a.tar.gz
torspec-74b96e9dc15346a82d871ec7792d09e9c11e074a.zip
Replacing CircID with CircuitID
CircuitID is defined in section 2.4, but 'CircID' isn't. Using that general definition in proposal 218 and also fixing a couple spots in the control-spec.
Diffstat (limited to 'proposals/218-usage-controller-events.txt')
-rw-r--r--proposals/218-usage-controller-events.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/proposals/218-usage-controller-events.txt b/proposals/218-usage-controller-events.txt
index a912b52..b835b69 100644
--- a/proposals/218-usage-controller-events.txt
+++ b/proposals/218-usage-controller-events.txt
@@ -88,13 +88,12 @@ Target: 0.2.5.x
The syntax is:
"650" SP "CELL_STATS"
- [ SP "PCircID=" PCircID ] [ SP "PConnID=" ConnID ]
+ [ SP "PCircID=" CircuitID ] [ SP "PConnID=" ConnID ]
[ SP "PAdded=" PAdded ] [ SP "PRemoved=" PRemoved ]
[ SP "PTime=" PTime ]
- [ SP "NCircID=" NCircID ] [ SP "NConnID=" ConnID ]
+ [ SP "NCircID=" CircuitID ] [ SP "NConnID=" ConnID ]
[ SP "NAdded=" NAdded ] [ SP "NRemoved=" NRemoved ]
[ SP "NTime=" NTime ] CRLF
- PCircID, NCircID = 1*16 IDChar
PAdded, PRemoved, PTime, NAdded, NRemoved, NTime =
CellType ":" 1*DIGIT 0*( "," CellType ":" 1*DIGIT )
CellType = 1*( "a" - "z" / "0" - "9" / "_" )