summaryrefslogtreecommitdiff
path: root/node/UdpSocket.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-17 16:18:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-17 16:18:44 -0700
commit1a0a6755b116214381567804514f01af091e3ca8 (patch)
treeecbbdd4b4d764934b2d1f4dfe1c09fb6196b71d4 /node/UdpSocket.hpp
parent8adbbe092dc9a59d2fa64086b5537e14df3b0210 (diff)
downloadinfinitytier-1a0a6755b116214381567804514f01af091e3ca8.tar.gz
infinitytier-1a0a6755b116214381567804514f01af091e3ca8.zip
UDP socket implementation.
Diffstat (limited to 'node/UdpSocket.hpp')
-rw-r--r--node/UdpSocket.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/node/UdpSocket.hpp b/node/UdpSocket.hpp
index 5e0f961a..9566b9ca 100644
--- a/node/UdpSocket.hpp
+++ b/node/UdpSocket.hpp
@@ -28,7 +28,7 @@
#ifndef ZT_UDPSOCKET_HPP
#define ZT_UDPSOCKET_HPP
-//#include "Socket.hpp"
+#include "Socket.hpp"
namespace ZeroTier {
@@ -44,7 +44,6 @@ class UdpSocket : public Socket
public:
virtual ~UdpSocket();
-
virtual bool send(const InetAddress &to,const void *msg,unsigned int msglen);
/**