mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-22 00:57:14 +00:00
More toward GitHub issue #56
This commit is contained in:
@ -221,15 +221,9 @@ public:
|
||||
throw();
|
||||
|
||||
private:
|
||||
void _handleRemotePacketFragment(
|
||||
const SharedPtr<Socket> &fromSock,
|
||||
const InetAddress &fromAddr,
|
||||
const Buffer<4096> &data);
|
||||
|
||||
void _handleRemotePacketHead(
|
||||
const SharedPtr<Socket> &fromSock,
|
||||
const InetAddress &fromAddr,
|
||||
const Buffer<4096> &data);
|
||||
void _handleRemotePacketFragment(const SharedPtr<Socket> &fromSock,const InetAddress &fromAddr,const Buffer<4096> &data);
|
||||
void _handleRemotePacketHead(const SharedPtr<Socket> &fromSock,const InetAddress &fromAddr,const Buffer<4096> &data);
|
||||
void _handleBeacon(const SharedPtr<Socket> &fromSock,const InetAddress &fromAddr,const Buffer<4096> &data);
|
||||
|
||||
Address _sendWhoisRequest(
|
||||
const Address &addr,
|
||||
@ -241,6 +235,7 @@ private:
|
||||
bool encrypt);
|
||||
|
||||
const RuntimeEnvironment *const _r;
|
||||
volatile uint64_t _lastBeacon;
|
||||
volatile unsigned int _multicastIdCounter;
|
||||
|
||||
struct WhoisRequest
|
||||
|
Reference in New Issue
Block a user