diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-25 21:38:54 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-25 21:38:54 -0700 |
| commit | ab5a4601775bfb9988f6c7c93f5666d5e96d34cc (patch) | |
| tree | 12172fc1848bf5d7d7203bc71c2f37e8f74eb64b /node/Network.hpp | |
| parent | 67a85221d5bac4b363d3f8d0263a9b8848ba0adb (diff) | |
| download | infinitytier-ab5a4601775bfb9988f6c7c93f5666d5e96d34cc.tar.gz infinitytier-ab5a4601775bfb9988f6c7c93f5666d5e96d34cc.zip | |
Apply multicast rate limits on a network to ourselves and do not send multicasts that would exceed limits, for GitHub issue #55
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index 73178573..44c5d5b5 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -280,7 +280,7 @@ public: /** * Update multicast balance for an address and multicast group, return whether packet is allowed * - * @param a Address that wants to send/relay packet + * @param a Originating address of multicast packet * @param mg Multicast group * @param bytes Size of packet * @return True if packet is within budget |
