Refactor COM stuff a bit, and respond to COM requests a bit more readily for rapid setup. Will need to revisit later.
This commit is contained in:
parent
68e549233d
commit
d3524f3609
11 changed files with 94 additions and 154 deletions
|
@ -248,7 +248,10 @@ public:
|
|||
void requestConfiguration();
|
||||
|
||||
/**
|
||||
* Membership check gate for incoming packets related to this network
|
||||
* Determine whether this peer is permitted to communicate on this network
|
||||
*
|
||||
* This also performs certain periodic actions such as pushing renewed
|
||||
* credentials to peers or requesting them if not present.
|
||||
*
|
||||
* @param peer Peer to check
|
||||
* @param verb Packet verb
|
||||
|
@ -262,12 +265,6 @@ public:
|
|||
*/
|
||||
bool gateMulticastGatherReply(const SharedPtr<Peer> &peer,const Packet::Verb verb,const uint64_t packetId);
|
||||
|
||||
/**
|
||||
* @param peer Peer to check
|
||||
* @return True if peer has recently been a valid member of this network
|
||||
*/
|
||||
bool recentlyAllowedOnNetwork(const SharedPtr<Peer> &peer) const;
|
||||
|
||||
/**
|
||||
* Perform cleanup and possibly save state
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue