Bugzilla – Bug 234
UdpEchoServerHelper uses Method SetPort not Attribute
Last modified: 2008-07-03 20:29:40 UTC
Other helpers use Attribute-based mechanisms to set underlying Attributes. UdpEchoServerHelper uses SetPort () to set the port attribute and not SetAppAttribute like UdpEchoClientHelper.
API fix? Now or never.
Also changed attribute name from RemoteIpv4 to RemoteAddress.