From b5e2002983fc4682b88fedb73a9101cc8090b053 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 27 Jul 2022 01:25:09 -0400 Subject: fix some easy typos in proposals --- proposals/327-pow-over-intro.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proposals/327-pow-over-intro.txt') diff --git a/proposals/327-pow-over-intro.txt b/proposals/327-pow-over-intro.txt index 0fb528f..ca7f7cd 100644 --- a/proposals/327-pow-over-intro.txt +++ b/proposals/327-pow-over-intro.txt @@ -339,7 +339,7 @@ Status: Draft tuple. For this reason a replay protection mechanism must be employed. The simplest way is to use a simple hash table to check whether a (seed, - nonce) tuple has been used before for the actiev duration of a + nonce) tuple has been used before for the active duration of a seed. Depending on how long a seed stays active this might be a viable solution with reasonable memory/time overhead. @@ -439,7 +439,7 @@ Status: Draft Every HS_UPDATE_PERIOD seconds the service should upload a new descriptor with a new suggested-effort value. - The service should avoid uploading descriptors too often to avoid overwheming + The service should avoid uploading descriptors too often to avoid overwhelming the HSDirs. The service SHOULD NOT upload descriptors more often than HS_UPDATE_PERIOD. The service SHOULD NOT upload a new descriptor if the suggested-effort value changes by less than 15%. -- cgit v1.2.3-54-g00ecf