Bug 234 - UdpEchoServerHelper uses Method SetPort not Attribute
UdpEchoServerHelper uses Method SetPort not Attribute
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: helpers
pre-release
All All
: P3 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-23 21:20 UTC by Craig Dowell
Modified: 2008-07-03 20:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.