mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 13:31:45 -07:00
UDP socket implementation.
This commit is contained in:
parent
8adbbe092d
commit
1a0a6755b1
4 changed files with 127 additions and 7 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue