DNS seeding

This commit is contained in:
Jeff Garzik
2011-03-08 22:40:50 -05:00
committed by Jeff Garzik
parent f36b494aeb
commit f684aec4f3
3 changed files with 31 additions and 0 deletions

1
net.h
View File

@@ -30,6 +30,7 @@ CNode* FindNode(unsigned int ip);
CNode* ConnectNode(CAddress addrConnect, int64 nTimeout=0);
void AbandonRequests(void (*fn)(void*, CDataStream&), void* param1);
bool AnySubscribed(unsigned int nChannel);
void DNSAddressSeed();
bool BindListenPort(string& strError=REF(string()));
void StartNode(void* parg);
bool StopNode();