summaryrefslogtreecommitdiff
path: root/node/NetworkConfig.cpp
AgeCommit message (Collapse)Author
2014-10-10(1) Back off a little on default max multicast limit since 128 is pretty ↵Adam Ierymenko
bandwidth heavy, (2) add a little to default multicast rate limit since new MC algo is fairerererer, (3) decided not to involve netconf masters in multicast so take that out of list of who gets LIKEs.
2014-10-07Add IPv4 address assignment to ffffffffffffffff test network.Adam Ierymenko
2014-10-04Pull logic to always send new multicasts to supernode since we need to do ↵Adam Ierymenko
that differently, re-add support for active bridges, and remove some gratuitous use of std::set where not needed.
2014-10-03Plumb injectPacketFromHost through to API.Adam Ierymenko
2014-09-25.Adam Ierymenko
2014-09-24.Adam Ierymenko
2014-09-05Bit of network config parser cleanup.Adam Ierymenko
2014-06-14Simplify network briding modes -- we only need passive toggle and active ↵Adam Ierymenko
bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency.
2014-06-10Bridging in NetworkConfig - GitHub Issue #68Adam Ierymenko
2014-05-23Default for private should be true.Adam Ierymenko
2014-05-23GitHub issue #67Adam Ierymenko
2014-05-08Clean out unused netconf fields, rename a few, work on new netconf server.Adam Ierymenko
2014-03-25Crank down default multicast preload and max balance just a little bit... ↵Adam Ierymenko
should not impact non-lame protocols.
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2013-10-24More tying up of certificate of membership stuff in the client.Adam Ierymenko
2013-10-18Forgot to set defaults if multicast parameters are unset.Adam Ierymenko
2013-10-18Work in progress...Adam Ierymenko
2013-10-18More work in netconf cleanup.Adam Ierymenko
2013-10-18Work in progress on cleaning up netconf mess in node code...Adam Ierymenko