瀏覽代碼

clean up a tor2web comment

Roger Dingledine 5 年之前
父節點
當前提交
7aa9fc1637
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/feature/rend/rendmid.c

+ 2 - 2
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. */