diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-06 00:05:39 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-08-06 00:05:39 -0400 |
| commit | e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e (patch) | |
| tree | 659c59132d6a91093fe4b64ce7105f3f44414db5 /node/Multicaster.hpp | |
| parent | c9c63074bbd7025c624ab4987c3a32fd2e925b6a (diff) | |
| download | infinitytier-e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e.tar.gz infinitytier-e73c4cb68b7461b8a2bdf7b6e5919bd0fcef2c1e.zip | |
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
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 ac89f84b..229b3c06 100644 --- a/node/Multicaster.hpp +++ b/node/Multicaster.hpp @@ -68,7 +68,7 @@ class Multicaster { public: /** - * 256-bit simple bloom filter included with multicast frame packets + * Simple bit field bloom filter included with multicast frame packets */ typedef BloomFilter<ZT_PROTO_VERB_MULTICAST_FRAME_BLOOM_FILTER_SIZE_BITS> MulticastBloomFilter; |
