Browse Source

io_service is 2 again

cl-refactor
ethdev 10 years ago
parent
commit
8098a94941
  1. 2
      libp2p/Host.cpp

2
libp2p/Host.cpp

@ -42,7 +42,7 @@ Host::Host(std::string const& _clientVersion, NetworkPreferences const& _n, bool
m_clientVersion(_clientVersion),
m_netPrefs(_n),
m_ifAddresses(Network::getInterfaceAddresses()),
m_ioService(),
m_ioService(2),
m_acceptorV4(m_ioService),
m_key(KeyPair::create())
{

Loading…
Cancel
Save