More toward GitHub issue #56
This commit is contained in:
parent
c9294c1a78
commit
aee742e767
12 changed files with 113 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue