Bug 234

Summary: UdpEchoServerHelper uses Method SetPort not Attribute
Product: ns-3 Reporter: Craig Dowell <craigdo>
Component: helpersAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

Description Craig Dowell 2008-06-23 21:20:53 UTC
Other helpers use Attribute-based mechanisms to set underlying Attributes.  UdpEchoServerHelper uses SetPort () to set the port attribute and not SetAppAttribute like UdpEchoClientHelper.
Comment 1 Tom Henderson 2008-07-03 00:17:26 UTC
API fix?  Now or never.
Comment 2 Craig Dowell 2008-07-03 20:29:40 UTC
Also changed attribute name from RemoteIpv4 to RemoteAddress.