mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Better version strings.
This commit is contained in:
parent
4a6e433625
commit
27dfbf1962
2
peer.cpp
2
peer.cpp
@ -55,7 +55,7 @@ int peerTest(int argc, char** argv)
|
|||||||
|
|
||||||
for (int i = 0; ; ++i)
|
for (int i = 0; ; ++i)
|
||||||
{
|
{
|
||||||
this_thread::sleep_for(chrono::milliseconds(100000));
|
this_thread::sleep_for(chrono::milliseconds(100));
|
||||||
pn.process(ch);
|
pn.process(ch);
|
||||||
if (!(i % 10))
|
if (!(i % 10))
|
||||||
pn.pingAll();
|
pn.pingAll();
|
||||||
|
Loading…
Reference in New Issue
Block a user