Bugzilla – Bug 175
"const DataRate &" is just pointless obfuscation
Last modified: 2008-07-01 13:32:29 UTC
PointToPointNetDevice (Ptr<Node> node, const DataRate& rate = g_defaultRate.GetValue()); This breaks the python bindings. I am going to support it, but I think it's silly to pass DataRate by reference, especially coupled with having a default value...
Oops, never mind, working on wrong tree! :P