Bug 153

Summary: PointToPointNetDevice::Add* methods should be Set methods
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: devicesAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

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