diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-30 16:47:54 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-30 16:47:54 -0400 |
| commit | 1a7e303f97507842c1a0bfffb27b76277bd43bab (patch) | |
| tree | 46405b12a021d3d95eddc568708e609c5569a81a /node/Multicaster.hpp | |
| parent | 9ca521e89485c9c5b06909b1c8d8ef5ac3b24f4e (diff) | |
| download | infinitytier-1a7e303f97507842c1a0bfffb27b76277bd43bab.tar.gz infinitytier-1a7e303f97507842c1a0bfffb27b76277bd43bab.zip | |
docs and minor cleanup
Diffstat (limited to 'node/Multicaster.hpp')
| -rw-r--r-- | node/Multicaster.hpp | 2 |
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> |
