summaryrefslogtreecommitdiff
path: root/node/Multicaster.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-30 16:47:54 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-30 16:47:54 -0400
commit1a7e303f97507842c1a0bfffb27b76277bd43bab (patch)
tree46405b12a021d3d95eddc568708e609c5569a81a /node/Multicaster.hpp
parent9ca521e89485c9c5b06909b1c8d8ef5ac3b24f4e (diff)
downloadinfinitytier-1a7e303f97507842c1a0bfffb27b76277bd43bab.tar.gz
infinitytier-1a7e303f97507842c1a0bfffb27b76277bd43bab.zip
docs and minor cleanup
Diffstat (limited to 'node/Multicaster.hpp')
-rw-r--r--node/Multicaster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Multicaster.hpp b/node/Multicaster.hpp
index 80d16688..58bfeed1 100644
--- a/node/Multicaster.hpp
+++ b/node/Multicaster.hpp
@@ -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>