Bugzilla – Bug 153
PointToPointNetDevice::Add* methods should be Set methods
Last modified: 2008-07-01 13:32:25 UTC
These are setters, really, so, why should we use the verb Add ? AddQueue -> SetTransmitQueue (not the addition of the Transmit adjective to match the naming chosen for the error model) AddReceiveErrorModel -> SetReceiveErrorModel The same holds for CsmaNetDevice.
bug was fixed a good while ago.