net: use an interface class rather than signals for message processing
commit8ad663c1fa88d68843e45580deced56112343183
authorCory Fields <cory-nospam-@coryfields.com>
Thu, 6 Jul 2017 17:40:09 +0000 (6 13:40 -0400)
committerCory Fields <cory-nospam-@coryfields.com>
Wed, 6 Sep 2017 23:32:04 +0000 (6 19:32 -0400)
tree0f9ea07ea36d86b04230950199e44ee7d48ceaef
parent28f11e9406b185dc87144f1f29af0d93eb115b4e
net: use an interface class rather than signals for message processing

Drop boost signals in favor of a stateful class. This will allow the message
processing loop to actually move to net_processing in a future step.
src/init.cpp
src/net.cpp
src/net.h
src/net_processing.cpp
src/net_processing.h
src/test/DoS_tests.cpp
src/test/test_bitcoin.cpp
src/test/test_bitcoin.h