]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
clean up a tor2web comment
authorRoger Dingledine <arma@torproject.org>
Mon, 22 Oct 2018 03:46:09 +0000 (23:46 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 22 Oct 2018 03:46:09 +0000 (23:46 -0400)
src/feature/rend/rendmid.c

index 8ca19a2522f8710a1c8fa137bbca1f3e54593d05..67a8b5f8f4afcd34778979f4d954bb179933fbc3 100644 (file)
@@ -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. */