src/applications/udp-echo/udp-echo-client.cc
2009-08-13 bug 638: add missing tx trace source
2009-06-23 Allow UDP echo client to specify packet contents
2009-04-24 Add explicit socket close to udp echo for consistency
2008-07-03 fix bug 234 which changes required methods on helpers to constructor parameters. Update tutorial content to reflect. Change RemoteIpv4 attribute to RemoteAddress.
2008-06-09 Move other applications to RecvFrom ()
2008-06-09 RecvFrom() expansion, add flags parameter to some Send calls
2008-06-07 CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox
2008-05-27 fix optimized build
2008-05-21 merge with ns-3-dev
2008-05-21 branch merge
2008-05-17 s/ns3::Udp/ns3::UdpSocketFactory
2008-05-12 Move API for socket factory to a Socket::CreateSocket () factory method
2008-05-02 overloaded Recv() method suggested by Gustavo
2008-05-02 more cleanup
2008-04-28 remove more dead code
2008-04-28 remove previous socket receive methods
2008-04-25 Cut over UDP applications to use the new receive API
2008-05-16 fix bug 180
2008-04-21 merge with HEAD
2008-04-15 NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
2008-04-17 get rid of Attribute class. Use AttributeValue subclasses directly.
2008-03-27 add UdpEchoClient::SetRemote
2008-03-13 add back support for introspected doxygen.
2008-02-27 port Applications to Attributes
2008-01-31 QueryInterface -> GetObject
2008-01-15 iid -> tid
2008-01-15 InterfaceId -> TypeId
2007-11-22 merge
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-11-14 nicer logging of parameters (bug 79 patch from Gustavo)
2007-09-13 checkpoint debug to log
2007-09-13 finish up basic echo apps
2007-09-12 working one way echo app
2007-09-12 start of udp echo applications