From 6bb438ca332bd2125a4e84e9a73e12b96a797522 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 4 Feb 2022 15:00:10 -0500 Subject: [PATCH] make comments with colins in them not have them in it --- docs/config.json | 2 +- llarp/crypto/encrypted_frame.hpp | 1 - llarp/net/ip_range_map.hpp | 4 ++-- llarp/service/context.hpp | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/config.json b/docs/config.json index 660ff8d8b..06b4a34c9 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1,5 +1,5 @@ { - "baseUrl": "/internals/", + "baseUrl": "/lokinet/", "indexInFolders": false, "linkSuffix": "/", "mainPageInRoot": false, diff --git a/llarp/crypto/encrypted_frame.hpp b/llarp/crypto/encrypted_frame.hpp index 7731d74e5..3bdd58b68 100644 --- a/llarp/crypto/encrypted_frame.hpp +++ b/llarp/crypto/encrypted_frame.hpp @@ -45,7 +45,6 @@ namespace llarp EncryptInPlace(const SecretKey& seckey, const PubKey& other); }; - /// TODO: can only handle 1 frame at a time template struct AsyncFrameDecrypter { diff --git a/llarp/net/ip_range_map.hpp b/llarp/net/ip_range_map.hpp index a5644e78c..bf659ae78 100644 --- a/llarp/net/ip_range_map.hpp +++ b/llarp/net/ip_range_map.hpp @@ -10,8 +10,8 @@ namespace llarp { /// a container that maps an ip range to a value that allows you to lookup /// key by range hit - /// TODO: do some kind of magic shit to ensure near constant time for - /// lookups + /// + /// in the future we should do some kind of magic shit to ensure near constant time for lookups template struct IPRangeMap { diff --git a/llarp/service/context.hpp b/llarp/service/context.hpp index a3ef35f3f..3694d9772 100644 --- a/llarp/service/context.hpp +++ b/llarp/service/context.hpp @@ -12,7 +12,7 @@ namespace llarp namespace service { /// holds all the hidden service endpoints we own - /// TODO: this should be refactored (removed entirely...?) now that lokinet + /// this should be refactored (removed entirely...?) now that lokinet /// only supports one endpoint per instance struct Context {