浏览代码

hs: Fix comment of the get max size descriptor function

Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet 7 年之前
父节点
当前提交
79ff2e014f
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/or/hs_cache.c

+ 1 - 4
src/or/hs_cache.c

@@ -610,10 +610,7 @@ hs_cache_handle_oom(time_t now, size_t min_remove_bytes)
   return bytes_removed;
 }
 
-/**
- * Return the maximum size of an HS descriptor we are willing to accept as an
- * HSDir.
- */
+/* Return the maximum size of a v3 HS descriptor. */
 unsigned int
 hs_cache_get_max_descriptor_size(void)
 {