Skip to content

Commit decebf6

Browse files
committed
Comments on protocol inheritance.
1 parent ede5cfb commit decebf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/bitcoin/node/protocols/protocol.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
namespace libbitcoin {
3030
namespace node {
3131

32+
///////////////////////////////////////////////////////////////////////////////
33+
// TODO: ... -> node::protocol_tcp -> node::protocol -> network::protocol. //
34+
// TODO: ... -> node::protocol_peer -> node::protocol -> network::protocol. //
35+
///////////////////////////////////////////////////////////////////////////////
36+
3237
/// Abstract base for node protocols, thread safe.
3338
class BCN_API protocol
3439
: public network::protocol_peer

0 commit comments

Comments
 (0)