Bugzilla – Bug 419
*Helper::SetAttribute* methods sometimes painful to use
Last modified: 2010-02-21 16:00:04 EST
It would be nice if we could overload our SetAttribute methods to provide a version like this SetAttribute (std::string name, std::string value) { SetAttribute (name, StringValue (value)); } This is purely syntactical sugar, I know.
This bug is on the ns-3.3 hot list and needs to be resolved one way or another.
this is a bug for the helper maintainer to decide what to do. reassigning.
Nice to have feature == defer