Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
net_processing.h File Reference
#include <net.h>
#include <validationinterface.h>
#include <consensus/params.h>
Include dependency graph for net_processing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PeerLogicValidation
 
struct  CNodeStateStats
 

Functions

bool GetNodeStateStats (NodeId nodeid, CNodeStateStats &stats)
 Get statistics from node state. More...
 
void Misbehaving (NodeId nodeid, int howmuch)
 Increase a node's misbehavior score. More...
 

Function Documentation

bool GetNodeStateStats ( NodeId  nodeid,
CNodeStateStats stats 
)

Get statistics from node state.

Definition at line 609 of file net_processing.cpp.

Here is the caller graph for this function:

void Misbehaving ( NodeId  nodeid,
int  howmuch 
)

Increase a node's misbehavior score.

Definition at line 744 of file net_processing.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: