#include <net.h>
Definition at line 142 of file net.h.
◆ FuzzedNetEvents()
◆ FinalizeNode()
virtual void FuzzedNetEvents::FinalizeNode |
( |
const CNode & |
node | ) |
|
|
inlineoverridevirtual |
◆ HasAllDesirableServiceFlags()
virtual bool FuzzedNetEvents::HasAllDesirableServiceFlags |
( |
ServiceFlags |
services | ) |
const |
|
inlineoverridevirtual |
Callback to determine whether the given set of service flags are sufficient for a peer to be "relevant".
Implements NetEventsInterface.
Definition at line 151 of file net.h.
◆ InitializeNode()
virtual void FuzzedNetEvents::InitializeNode |
( |
const CNode & |
node, |
|
|
ServiceFlags |
our_services |
|
) |
| |
|
inlineoverridevirtual |
◆ ProcessMessages()
virtual bool FuzzedNetEvents::ProcessMessages |
( |
CNode * |
pnode, |
|
|
std::atomic< bool > & |
interrupt |
|
) |
| |
|
inlineoverridevirtual |
Process protocol messages received from a given node.
- Parameters
-
[in] | pnode | The node which we have received messages from. |
[in] | interrupt | Interrupt condition for processing threads |
- Returns
- True if there is more work to be done
Implements NetEventsInterface.
Definition at line 153 of file net.h.
◆ SendMessages()
virtual bool FuzzedNetEvents::SendMessages |
( |
CNode * |
pnode | ) |
|
|
inlineoverridevirtual |
Send queued protocol messages to a given node.
- Parameters
-
[in] | pnode | The node which we are sending messages to. |
- Returns
- True if there is more work to be done
Implements NetEventsInterface.
Definition at line 155 of file net.h.
◆ m_fdp
The documentation for this class was generated from the following file: