Make multicast gather slightly more aggressive, and add total to list command in testnet.
This commit is contained in:
parent
3e948fcd93
commit
4dec598fb8
4 changed files with 43 additions and 36 deletions
|
@ -72,10 +72,9 @@ private:
|
|||
|
||||
struct MulticastGroupStatus
|
||||
{
|
||||
MulticastGroupStatus() : lastExplicitGather(0),lastImplicitGather(0) {}
|
||||
MulticastGroupStatus() : lastExplicitGather(0) {}
|
||||
|
||||
uint64_t lastExplicitGather;
|
||||
uint64_t lastImplicitGather;
|
||||
std::list<OutboundMulticast> txQueue; // pending outbound multicasts
|
||||
std::vector<MulticastGroupMember> members; // members of this group
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue