We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede5cfb commit decebf6Copy full SHA for decebf6
include/bitcoin/node/protocols/protocol.hpp
@@ -29,6 +29,11 @@
29
namespace libbitcoin {
30
namespace node {
31
32
+///////////////////////////////////////////////////////////////////////////////
33
+// TODO: ... -> node::protocol_tcp -> node::protocol -> network::protocol. //
34
+// TODO: ... -> node::protocol_peer -> node::protocol -> network::protocol. //
35
36
+
37
/// Abstract base for node protocols, thread safe.
38
class BCN_API protocol
39
: public network::protocol_peer
0 commit comments