![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "db.h"
#include "net.h"
#include "init.h"
#include "addrman.h"
#include "ui_interface.h"
#include "script.h"
Go to the source code of this file.
Classes | |
struct | LocalServiceInfo |
class | CNetCleanup |
Macros | |
#define | DUMP_ADDRESSES_INTERVAL 900 |
#define | X(name) stats.name = name |
Functions | |
bool | OpenNetworkConnection (const CAddress &addrConnect, CSemaphoreGrant *grantOutbound=NULL, const char *strDest=NULL, bool fOneShot=false) |
void | AddOneShot (string strDest) |
unsigned short | GetListenPort () |
bool | GetLocal (CService &addr, const CNetAddr *paddrPeer) |
CAddress | GetLocalAddress (const CNetAddr *paddrPeer) |
bool | RecvLine (SOCKET hSocket, string &strLine) |
void | SetReachable (enum Network net, bool fFlag) |
bool | AddLocal (const CService &addr, int nScore) |
bool | AddLocal (const CNetAddr &addr, int nScore) |
void | SetLimited (enum Network net, bool fLimited) |
Make a particular network entirely off-limits (no automatic connects to it) More... | |
bool | IsLimited (enum Network net) |
bool | IsLimited (const CNetAddr &addr) |
bool | SeenLocal (const CService &addr) |
vote for a local address More... | |
bool | IsLocal (const CService &addr) |
check whether a given address is potentially local More... | |
bool | IsReachable (const CNetAddr &addr) |
check whether a given address is in a network we can probably connect to More... | |
bool | GetMyExternalIP2 (const CService &addrConnect, const char *pszGet, const char *pszKeyword, CNetAddr &ipRet) |
bool | GetMyExternalIP (CNetAddr &ipRet) |
void | ThreadGetMyExternalIP (void *parg) |
void | AddressCurrentlyConnected (const CService &addr) |
CNode * | FindNode (const CNetAddr &ip) |
CNode * | FindNode (std::string addrName) |
CNode * | FindNode (const CService &addr) |
CNode * | ConnectNode (CAddress addrConnect, const char *pszDest) |
void | SocketSendData (CNode *pnode) |
void | ThreadSocketHandler () |
void | MapPort (bool) |
void | ThreadDNSAddressSeed () |
void | DumpAddresses () |
void | ThreadOpenConnections () |
void | ThreadOpenAddedConnections () |
void | ThreadMessageHandler () |
bool | BindListenPort (const CService &addrBind, string &strError) |
void | StartNode (boost::thread_group &threadGroup) |
bool | StopNode () |
void | RelayTransaction (const CTransaction &tx, const uint256 &hash) |
void | RelayTransaction (const CTransaction &tx, const uint256 &hash, const CDataStream &ss) |
Variables | |
bool | fDiscover = true |
uint64 | nLocalServices = NODE_NETWORK |
uint64 | nLocalHostNonce = 0 |
CAddrMan | addrman |
int | nMaxConnections = 125 |
vector< CNode * > | vNodes |
CCriticalSection | cs_vNodes |
map< CInv, CDataStream > | mapRelay |
deque< pair< int64, CInv > > | vRelayExpiration |
CCriticalSection | cs_mapRelay |
limitedmap< CInv, int64 > | mapAlreadyAskedFor (MAX_INV_SZ) |
CCriticalSection | cs_vOneShots |
set< CNetAddr > | setservAddNodeAddresses |
CCriticalSection | cs_setservAddNodeAddresses |
vector< std::string > | vAddedNodes |
CCriticalSection | cs_vAddedNodes |
unsigned int | pnSeed [] |
class CNetCleanup | instance_of_cnetcleanup |
#define X | ( | name | ) | stats.name = name |
bool BindListenPort | ( | const CService & | addrBind, |
string & | strError | ||
) |
bool IsLocal | ( | const CService & | addr | ) |
bool IsReachable | ( | const CNetAddr & | addr | ) |
bool OpenNetworkConnection | ( | const CAddress & | addrConnect, |
CSemaphoreGrant * | grantOutbound = NULL , |
||
const char * | strDest = NULL , |
||
bool | fOneShot = false |
||
) |
void RelayTransaction | ( | const CTransaction & | tx, |
const uint256 & | hash | ||
) |
void RelayTransaction | ( | const CTransaction & | tx, |
const uint256 & | hash, | ||
const CDataStream & | ss | ||
) |
bool SeenLocal | ( | const CService & | addr | ) |
void SetLimited | ( | enum Network | net, |
bool | fLimited | ||
) |
CCriticalSection cs_mapRelay |
CCriticalSection cs_setservAddNodeAddresses |
CCriticalSection cs_vAddedNodes |
CCriticalSection cs_vNodes |
CCriticalSection cs_vOneShots |
class CNetCleanup instance_of_cnetcleanup |
limitedmap<CInv, int64> mapAlreadyAskedFor(MAX_INV_SZ) |
map<CInv, CDataStream> mapRelay |
uint64 nLocalServices = NODE_NETWORK |
unsigned int pnSeed[] |