mirror of
https://github.com/status-im/nim-libp2p-dht.git
synced 2025-02-23 17:48:21 +00:00
Previous version was very conservative about adding nodes to the routing table, requiring a full request/response message exchange initiated by us. Here we also add the node as 'seen' if the whoareyou/handshake exchange was successful. This significantly speeds up bootstreap from 0 Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>