aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:48:31 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:48:31 +1100
commitfb939ed82e2b913850e9ba2be1b497a7002c97d0 (patch)
treec3e09a4474e8af78dc0a8eb293118b8ef7d8f56d /src/or/rendservice.c
parent7a4b4f0c3a08f08a5a7774b27811f0c5af3c1e99 (diff)
downloadtor-fb939ed82e2b913850e9ba2be1b497a7002c97d0.tar.gz
tor-fb939ed82e2b913850e9ba2be1b497a7002c97d0.zip
Replace Alice/Bob with client/service in hidden service comments
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 15d98bfde5..7471c6252f 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -1676,7 +1676,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit,
/* help predict this next time */
rep_hist_note_used_internal(now, circ_needs_uptime, 1);
- /* Launch a circuit to alice's chosen rendezvous point.
+ /* Launch a circuit to the client's chosen rendezvous point.
*/
for (i=0;i<MAX_REND_FAILURES;i++) {
int flags = CIRCLAUNCH_NEED_CAPACITY | CIRCLAUNCH_IS_INTERNAL;
@@ -2970,7 +2970,7 @@ rend_service_rendezvous_has_opened(origin_circuit_t *circuit)
/* Append the cpath entry. */
hop->state = CPATH_STATE_OPEN;
/* set the windows to default. these are the windows
- * that bob thinks alice has.
+ * that the service thinks the client has.
*/
hop->package_window = circuit_initial_package_window();
hop->deliver_window = CIRCWINDOW_START;