aboutsummaryrefslogtreecommitdiff
path: root/src/feature/rend
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-10-21 23:46:09 -0400
committerRoger Dingledine <arma@torproject.org>2018-10-21 23:46:09 -0400
commit7aa9fc1637aeb876c0eebceec3dcdcbcba603302 (patch)
tree11a8a8a87426e8a83d93561c207a92cf2a1f78da /src/feature/rend
parent275e831ceac6382aafb1186976a3edfadcd0c87e (diff)
downloadtor-7aa9fc1637aeb876c0eebceec3dcdcbcba603302.tar.gz
tor-7aa9fc1637aeb876c0eebceec3dcdcbcba603302.zip
clean up a tor2web comment
Diffstat (limited to 'src/feature/rend')
-rw-r--r--src/feature/rend/rendmid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/rend/rendmid.c b/src/feature/rend/rendmid.c
index 8ca19a2522..67a8b5f8f4 100644
--- a/src/feature/rend/rendmid.c
+++ b/src/feature/rend/rendmid.c
@@ -236,8 +236,8 @@ rend_mid_establish_rendezvous(or_circuit_t *circ, const uint8_t *request,
goto err;
}
- /* Check if we are configured to accept established rendezvous cells from
- * client or in other words Tor2Web clients. */
+ /* Check if we are configured to defend ourselves from clients that
+ * attempt to establish rendezvous points directly to us. */
if (channel_is_client(circ->p_chan) &&
dos_should_refuse_single_hop_client()) {
/* Note it down for the heartbeat log purposes. */