diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-16 10:06:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-16 10:06:21 -0400 |
commit | 3463b4e0652bacca51fecd2c256e3e9d61ce920e (patch) | |
tree | af26716c089ce6bae41e05d68daaefed188561d6 /src/or/or.h | |
parent | 197d1992dba2fe4dd9c7f2eb0e232487f8c177ad (diff) | |
parent | 22845df2a7503ed73ed325c3a98916f289918caa (diff) | |
download | tor-3463b4e0652bacca51fecd2c256e3e9d61ce920e.tar.gz tor-3463b4e0652bacca51fecd2c256e3e9d61ce920e.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h index c0e1ffff48..c5a039e939 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3500,12 +3500,6 @@ typedef struct or_circuit_t { * exit-ward queues of this circuit; reset every time when writing * buffer stats to disk. */ uint64_t total_cell_waiting_time; - - /** Maximum cell queue size for a middle relay; this is stored per circuit - * so append_cell_to_circuit_queue() can adjust it if it changes. If set - * to zero, it is initialized to the default value. - */ - uint32_t max_middle_cells; } or_circuit_t; #if REND_COOKIE_LEN != DIGEST_LEN |