aboutsummaryrefslogtreecommitdiffstats
path: root/net.cpp
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2015-01-05 04:01:56 +0800
committersubtly <subtly@users.noreply.github.com>2015-01-05 04:01:56 +0800
commit96ebead6aa318f496fe5030f0d84236d0c39d3e0 (patch)
treea1c479a6af1e4cf2bd617727f32df258cf0336b0 /net.cpp
parent94c1a961d9e7bfc951e10a8a81fc1513c23b9f65 (diff)
downloaddexon-solidity-96ebead6aa318f496fe5030f0d84236d0c39d3e0.tar.gz
dexon-solidity-96ebead6aa318f496fe5030f0d84236d0c39d3e0.tar.zst
dexon-solidity-96ebead6aa318f496fe5030f0d84236d0c39d3e0.zip
coding standards, h512 node id, mute warnings for clang builds. attempt inherited constructor fix for windows.
Diffstat (limited to 'net.cpp')
-rw-r--r--net.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/net.cpp b/net.cpp
index 8a2e2af7..0a008d6e 100644
--- a/net.cpp
+++ b/net.cpp
@@ -171,6 +171,12 @@ BOOST_AUTO_TEST_CASE(test_findnode_neighbors)
// into the same list of nearest nodes.
}
+BOOST_AUTO_TEST_CASE(test_windows_template)
+{
+ bi::udp::endpoint ep;
+ PingNode p(ep);
+}
+
BOOST_AUTO_TEST_CASE(kademlia)
{
// Not yet a 'real' test.