Bugzilla – Bug 1838
FlowMonitorHelper must not be copied.
Last modified: 2014-01-16 03:52:41 UTC
This thread found a problem with FlowMonitorHelper. If it is copied (by passing it to a function), all the internals will get messed up, which is not a good idea. https://groups.google.com/forum/#!topic/ns-3-users/Uus2kjVTUeA The solution is to forbid copy constructors, so the user will have to think twice (and use pointers).
changeset 10576 efba60267342