Bugzilla – Bug 153
PointToPointNetDevice::Add* methods should be Set methods
Last modified: 2008-07-01 13:32:25 EDT
You need to log in before you can comment on or make changes to this bug.
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.