mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
basic implementation of packets
This commit is contained in:
parent
cb6517e99e
commit
25a905b740
6
net.cpp
6
net.cpp
@ -54,7 +54,6 @@ struct TestNodeTable: public NodeTable
|
|||||||
|
|
||||||
void setup(std::vector<std::pair<KeyPair,unsigned>> const& _testNodes)
|
void setup(std::vector<std::pair<KeyPair,unsigned>> const& _testNodes)
|
||||||
{
|
{
|
||||||
/// Phase 1 test: populate with pings
|
|
||||||
/// Phase 2 test: pre-populate *expected* ping-responses, send pings
|
/// Phase 2 test: pre-populate *expected* ping-responses, send pings
|
||||||
|
|
||||||
bi::address ourIp = bi::address::from_string("127.0.0.1");
|
bi::address ourIp = bi::address::from_string("127.0.0.1");
|
||||||
@ -63,11 +62,6 @@ struct TestNodeTable: public NodeTable
|
|||||||
|
|
||||||
for (auto& n: _testNodes)
|
for (auto& n: _testNodes)
|
||||||
ping(bi::udp::endpoint(ourIp, n.second));
|
ping(bi::udp::endpoint(ourIp, n.second));
|
||||||
|
|
||||||
// wait 1ms between each send
|
|
||||||
// send PingNode for each s_bootstrapNodes
|
|
||||||
// wait until nodecount is s_testNodes.count()
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void reset()
|
void reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user