diff options
author | Joe Crayne <joe@jerkface.net> | 2019-12-26 18:43:54 -0500 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2020-01-01 23:28:00 -0500 |
commit | d187c97aa8fd1c5385a99a8b061793d7a000fadb (patch) | |
tree | 40fd9702e7d7177bcb0c79673db37abb8beb7144 /dht/src/Network/Tox/Onion/Handlers.hs | |
parent | 46c096abcb269407b0927587520dda644aca9b51 (diff) |
Reverted 6ebe91b6: abandoning the async search design for now.
Diffstat (limited to 'dht/src/Network/Tox/Onion/Handlers.hs')
-rw-r--r-- | dht/src/Network/Tox/Onion/Handlers.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dht/src/Network/Tox/Onion/Handlers.hs b/dht/src/Network/Tox/Onion/Handlers.hs index 7951e707..65ec846c 100644 --- a/dht/src/Network/Tox/Onion/Handlers.hs +++ b/dht/src/Network/Tox/Onion/Handlers.hs | |||
@@ -222,7 +222,7 @@ toxidSearch :: (OnionDestination r -> STM (OnionDestination r, Int)) | |||
222 | toxidSearch getTimeout crypto client = Search | 222 | toxidSearch getTimeout crypto client = Search |
223 | { searchSpace = toxSpace | 223 | { searchSpace = toxSpace |
224 | , searchNodeAddress = nodeIP &&& nodePort | 224 | , searchNodeAddress = nodeIP &&& nodePort |
225 | , searchQuery = Left $ getRendezvous getTimeout crypto client | 225 | , searchQuery = getRendezvous getTimeout crypto client |
226 | , searchAlpha = 3 | 226 | , searchAlpha = 3 |
227 | , searchK = 6 | 227 | , searchK = 6 |
228 | } | 228 | } |