UDP socket implementation.

This commit is contained in:
Adam Ierymenko 2014-03-17 16:18:44 -07:00
parent 8adbbe092d
commit 1a0a6755b1
4 changed files with 127 additions and 7 deletions

View file

@ -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);
/**