From ffdc818373e4f881013b4a9819aa75bd4e6ffe9e Mon Sep 17 00:00:00 2001 From: Zuri Klaschka Date: Sun, 8 Sep 2024 00:43:50 +0200 Subject: [PATCH] Update roadmap in `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f974d..ecb273c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $$ n \in [r_{min}, r]; n = r_{min} + t \mod (r - r_{min}) $$ - [x] CLI - [ ] Bump counter to avoid collissions after restoring backups (where ASNs could have been generated after the time of the backup) - - [ ] Analyze time between ASNs, providing the possibility to specify a + - [x] Analyze time between ASNs, providing the possibility to specify a duration and a maximum collision probability for the bump (e.g. 1 hour, 0.1%), which calculates the bump counter accordingly - [x] Documentation