make comments with colins in them not have them in it

pull/1851/head
Jeff 2 years ago
parent c39bd827d0
commit 6bb438ca33

@ -1,5 +1,5 @@
{ {
"baseUrl": "/internals/", "baseUrl": "/lokinet/",
"indexInFolders": false, "indexInFolders": false,
"linkSuffix": "/", "linkSuffix": "/",
"mainPageInRoot": false, "mainPageInRoot": false,

@ -45,7 +45,6 @@ namespace llarp
EncryptInPlace(const SecretKey& seckey, const PubKey& other); EncryptInPlace(const SecretKey& seckey, const PubKey& other);
}; };
/// TODO: can only handle 1 frame at a time
template <typename User> template <typename User>
struct AsyncFrameDecrypter struct AsyncFrameDecrypter
{ {

@ -10,8 +10,8 @@ namespace llarp
{ {
/// a container that maps an ip range to a value that allows you to lookup /// a container that maps an ip range to a value that allows you to lookup
/// key by range hit /// 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 <typename Value_t> template <typename Value_t>
struct IPRangeMap struct IPRangeMap
{ {

@ -12,7 +12,7 @@ namespace llarp
namespace service namespace service
{ {
/// holds all the hidden service endpoints we own /// 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 /// only supports one endpoint per instance
struct Context struct Context
{ {

Loading…
Cancel
Save