Merge branch 'develop' into nodeconfig

This commit is contained in:
Neil Alexander 2019-01-15 08:37:10 +00:00
commit 3bf53796a7
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 128 additions and 5 deletions

View file

@ -30,7 +30,7 @@ const search_MAX_SEARCH_SIZE = 16
const search_RETRY_TIME = time.Second
// Information about an ongoing search.
// Includes the targed NodeID, the bitmask to match it to an IP, and the list of nodes to visit / already visited.
// Includes the target NodeID, the bitmask to match it to an IP, and the list of nodes to visit / already visited.
type searchInfo struct {
dest crypto.NodeID
mask crypto.NodeID