docs and minor cleanup

This commit is contained in:
Adam Ierymenko 2013-08-30 16:47:54 -04:00
parent 9ca521e894
commit 1a7e303f97
3 changed files with 20 additions and 19 deletions

View file

@ -380,7 +380,7 @@ private:
// network ID and a multicast group within that network.
typedef std::pair<uint64_t,MulticastGroup> MulticastChannel;
// Address and time of last LIKE
// A membership in a multicast channel, an address and time of last LIKE
typedef std::pair<Address,uint64_t> MulticastMembership;
// Network : MulticastGroup -> vector<Address : time of last LIKE>