HomePhabricator

net: move nLocalHostNonce to CConnman

Description

net: move nLocalHostNonce to CConnman

This behavior seems to have been quite racy and broken.

Move nLocalHostNonce into CNode, and check received nonces against all
non-fully-connected nodes. If there's a match, assume we've connected
to ourself.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Apr 18 2016, 00:21
deadalnixPushed on May 14 2017, 22:04
Parents
rABC551e0887db90: net: move nLastNodeId to CConnman
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC960cf2e4058a: net: move nLocalHostNonce to CConnman (authored by Cory Fields <cory-nospam-@coryfields.com>).Sep 8 2016, 16:24