From ab5a4601775bfb9988f6c7c93f5666d5e96d34cc Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 25 Mar 2014 21:38:54 -0700 Subject: Apply multicast rate limits on a network to ourselves and do not send multicasts that would exceed limits, for GitHub issue #55 --- node/Network.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Network.hpp') 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 -- cgit v1.2.3