Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 14, 2024
1 parent b7161e8 commit 226a66b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/bitcoin/network/p2p.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,13 @@ class BCT_API p2p
/// Suspensions.
/// -----------------------------------------------------------------------

/// Nework connections are suspended (incoming and/or outgoing).
/// Network connections are suspended (incoming and/or outgoing).
virtual bool suspended() const NOEXCEPT;

/// Suspend/resume all connections (echos input parameter).
/// Suspend all connections (echos parameter).
virtual code suspend(const code& ec) NOEXCEPT;

/// Resume all connection.
virtual void resume() NOEXCEPT;

/// Properties.
Expand Down

0 comments on commit 226a66b

Please sign in to comment.