[tor-commits] [stem/master] Descriptions of new CIRC_BW fields

atagar at torproject.org atagar at torproject.org
Sun May 27 19:01:05 UTC 2018


commit 519991aee05f15d42ba938063a674e87d5305e8c
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun May 27 12:01:13 2018 -0700

    Descriptions of new CIRC_BW fields
    
    Thanks to clarifications from Mike on...
    
      https://trac.torproject.org/projects/tor/ticket/26110
---
 stem/response/events.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/stem/response/events.py b/stem/response/events.py
index a50d90f8..5623d1a7 100644
--- a/stem/response/events.py
+++ b/stem/response/events.py
@@ -1229,10 +1229,10 @@ class CircuitBandwidthEvent(Event):
   :var str id: circuit identifier
   :var int read: bytes received by tor that second
   :var int written: bytes sent by tor that second
-  :var int delivered_read: description pending :trac:`26110`
-  :var int delivered_written: description pending :trac:`26110`
-  :var int overhead_read: description pending :trac:`26110`
-  :var int overhead_written: description pending :trac:`26110`
+  :var int delivered_read: user payload received by tor that second
+  :var int delivered_written: user payload sent by tor that second
+  :var int overhead_read: padding so read cells will have a fixed length
+  :var int overhead_written: padding so written cells will have a fixed length
   :var datetime time: time when the measurement was recorded
   """
 



More information about the tor-commits mailing list