diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-07-06 13:37:55 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-07 11:12:26 -0400 |
commit | 91da032e9cc264d88802d0bfc072b0b4117c5f33 (patch) | |
tree | 7b97d88c088f29dc7d8f33b988801651ede60565 /src/or/hs_circuit.c | |
parent | 9bccc04f8d8e5a8b7d9ae4f18c9fe2c3264bef0c (diff) | |
download | tor-91da032e9cc264d88802d0bfc072b0b4117c5f33.tar.gz tor-91da032e9cc264d88802d0bfc072b0b4117c5f33.zip |
Improve docs based on Nick's review.
Diffstat (limited to 'src/or/hs_circuit.c')
-rw-r--r-- | src/or/hs_circuit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/hs_circuit.c b/src/or/hs_circuit.c index f8c95f7b6d..02c9afa309 100644 --- a/src/or/hs_circuit.c +++ b/src/or/hs_circuit.c @@ -135,8 +135,7 @@ finalize_rend_circuit(origin_circuit_t *circ, crypt_path_t *hop, /* All is well. Extend the circuit. */ hop->state = CPATH_STATE_OPEN; - /* Set the windows to default. These are the windows that the client thinks - * the service has. */ + /* Set the windows to default. */ hop->package_window = circuit_initial_package_window(); hop->deliver_window = CIRCWINDOW_START; |