Browse Source

removed HostPeerPrefs

cl-refactor
subtly 10 years ago
parent
commit
7186460b57
  1. 5
      eth/main.cpp

5
eth/main.cpp

@ -357,9 +357,8 @@ int main(int argc, char** argv)
string remoteHost;
unsigned short remotePort = 30303;
HostPeerPreferences hprefs;
unsigned peers = hprefs.idealPeerCount;
unsigned peerStretch = hprefs.stretchPeerCount;
unsigned peers = 11;
unsigned peerStretch = 7;
std::map<NodeId, Node> preferredNodes;
bool bootstrap = false;
bool disableDiscovery = false;

Loading…
Cancel
Save