Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME)
This commit is contained in:
parent
49dc47ff38
commit
1109046782
4 changed files with 45 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "Utils.hpp"
|
||||
#include "SharedPtr.hpp"
|
||||
#include "AtomicCounter.hpp"
|
||||
#include "MulticastGroup.hpp"
|
||||
#include "Peer.hpp"
|
||||
#include "Socket.hpp"
|
||||
|
||||
|
@ -129,6 +130,9 @@ private:
|
|||
// Send an ERROR_NEED_MEMBERSHIP_CERTIFICATE to a peer indicating that an updated cert is needed to join
|
||||
void _sendErrorNeedCertificate(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer,uint64_t nwid);
|
||||
|
||||
// Parse gather results for OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME)
|
||||
void _parseGatherResults(const RuntimeEnvironment *RR,const SharedPtr<Peer> &peer,uint64_t nwid,const MulticastGroup &mg,unsigned int offset);
|
||||
|
||||
uint64_t _receiveTime;
|
||||
SharedPtr<Socket> _fromSock;
|
||||
InetAddress _remoteAddress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue