mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-02 10:16:18 +00:00
start of iterative dht searches
This commit is contained in:
@ -106,6 +106,7 @@ func (t *dht) handleReq(req *dhtReq) {
|
||||
}
|
||||
|
||||
func (t *dht) handleRes(res *dhtRes) {
|
||||
t.core.searches.handleDHTRes(res)
|
||||
reqs, isIn := t.reqs[res.key]
|
||||
if !isIn {
|
||||
return
|
||||
|
Reference in New Issue
Block a user