Преглед изворни кода

hs: Fix comment of the get max size descriptor function

Signed-off-by: David Goulet <dgoulet@torproject.org>
David Goulet пре 6 година
родитељ
комит
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)
 {