From 91da032e9cc264d88802d0bfc072b0b4117c5f33 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Thu, 6 Jul 2017 13:37:55 +0300 Subject: Improve docs based on Nick's review. --- src/or/hs_circuit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/or/hs_circuit.c') 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; -- cgit v1.2.3-54-g00ecf