aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2022-03-08 23:09:28 +0000
committerMike Perry <mikeperry-git@torproject.org>2022-03-14 17:57:54 +0000
commit86bbf141aaa83a626ac3fb725142b11526ec0514 (patch)
tree5439c851a55465cc7573a5115a54037045b5d28b
parente38527978a3fa03e58f7e528593f1fac761584e3 (diff)
downloadtorspec-86bbf141aaa83a626ac3fb725142b11526ec0514.tar.gz
torspec-86bbf141aaa83a626ac3fb725142b11526ec0514.zip
Add XON/XOFF status fields to STREAM event.
-rw-r--r--control-spec.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/control-spec.txt b/control-spec.txt
index b277d03..af0368a 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2425,6 +2425,14 @@ Table of Contents
"DETACHED" / ; Detached from circuit; still retriable
"CONTROLLER_WAIT" ; Waiting for controller to use ATTACHSTREAM
; (new in 0.4.5.1-alpha)
+ "XOFF_SENT" ; XOFF has been sent for this stream
+ ; (new in 0.4.7.5-alpha)
+ "XOFF_RECV" ; XOFF has been received for this stream
+ ; (new in 0.4.7.5-alpha)
+ "XON_SENT" ; XON has been sent for this stream
+ ; (new in 0.4.7.5-alpha)
+ "XON_RECV" ; XON has been received for this stream
+ ; (new in 0.4.7.5-alpha)
Target = TargetAddress ":" Port
Port = an integer from 0 to 65535 inclusive