Commit Graph

13 Commits (6a8d4aca3841a1b7fc5e8612a32a8e96a90ec170)

Author SHA1 Message Date
Jeff Becker 99eb7726ff
initial dht key blinding 5 years ago
Jeff Becker 9efd796145
initial wack at 0.7.0 dht fixes 5 years ago
Jeff Becker 3b66cf6e75
dht fixes, disable iterative lookups on clients, revert "fixes" from 0.6.3, pass in recursion depth from introset lookup 5 years ago
Thomas Winget baf8019fe5 Refactor Router code into more classes
This commit refactors functionality from the Router class into separate,
dedicated classes.
There are a few behavior changes that came as a result of discussion on
what the correct behavior should be.
In addition, many things Router was previously doing can now be provided
callback functions to alert the calling point when the asynchronous
action completes, successfully or otherwise.
5 years ago
Jeff Becker 1ee90f8852
do lookup for RC to neighboor even if we have them in our DHT buckets so we get an updated RC in reply 5 years ago
Michael 491fee206b
Port code to use CryptoManager over passing Crypto pointers 5 years ago
Michael e33a33635c
Remove usage of raw new from service classes 5 years ago
Jeff Becker c26145f70e
* fix up integration tests
* make recursive router lookup backtrack
5 years ago
Jeff Becker 3a4d8f16a7
more 5 years ago
Michael 13a9f65520
Fully define interface for dht::Context 5 years ago
Michael 729cd045f1
Convert llarp::Router into an abstract base class 5 years ago
Michael b1213c7a7c
Tests for dht::TagLookup 5 years ago
Michael 1f95f1e78f
More unit tests of dht internals 6 years ago