summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-26 12:36:45 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-06-26 12:36:45 -0700
commit57c7992c785ab2f69fb2ddffd6f48bfebd96cab8 (patch)
treea3cf773ae17f9593c4787198bc17d9347ae9fe06 /controller/SqliteNetworkController.hpp
parentc287ae4d1d0cb6448e556dda2c5c98eee4898cfe (diff)
downloadinfinitytier-57c7992c785ab2f69fb2ddffd6f48bfebd96cab8.tar.gz
infinitytier-57c7992c785ab2f69fb2ddffd6f48bfebd96cab8.zip
GitHub issue #191 - kill intra-network multicast rate limits (which were not well supported or easily configurable anyway) -- this is really left over from the old collaborative multicast propagation algorithm. New algorithm (in for a while) has been sender-side replication in which sender "pays" all bandwidth, which intrinsically limits multicast.
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
-rw-r--r--controller/SqliteNetworkController.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp
index be2ca694..9cdbc404 100644
--- a/controller/SqliteNetworkController.hpp
+++ b/controller/SqliteNetworkController.hpp
@@ -99,7 +99,6 @@ private:
sqlite3_stmt *_sUpdateNode;
sqlite3_stmt *_sUpdateNode2;
sqlite3_stmt *_sGetEtherTypesFromRuleTable;
- sqlite3_stmt *_sGetMulticastRates;
sqlite3_stmt *_sGetActiveBridges;
sqlite3_stmt *_sGetIpAssignmentsForNode;
sqlite3_stmt *_sGetIpAssignmentPools;