Bug 153 - PointToPointNetDevice::Add* methods should be Set methods
: PointToPointNetDevice::Add* methods should be Set methods
Status: RESOLVED FIXED
: ns-3
devices
: pre-release
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-03-26 16:53 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-03-26 16:53:57 EDT
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.
------- Comment #1 From 2008-05-27 18:08:21 EDT -------
bug was fixed a good while ago.