src/node/udp.cc
Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
Tue, 15 Jan 2008 12:43:07 +0100 Mathieu Lacage iid (void) -> GetTypeId (void)
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Thu, 03 Jan 2008 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Mon, 04 Jun 2007 18:03:26 +0200 Mathieu Lacage IUdp -> Udp
Mon, 04 Jun 2007 18:01:09 +0200 Mathieu Lacage i-udp.h -> udp.h
Thu, 03 May 2007 15:24:34 +0200 Mathieu Lacage remove Node::GetIpv4
Thu, 03 May 2007 14:23:41 +0200 Mathieu Lacage remove Node::GetUdp
Thu, 03 May 2007 13:49:24 +0200 Mathieu Lacage remove spurious call to Dispose
Thu, 03 May 2007 13:11:50 +0200 Mathieu Lacage fix valgrind warning: UdpSocket must manage carefully its Ipv4EndPoint to avoid double deleting it.
Thu, 03 May 2007 12:33:08 +0200 Mathieu Lacage make L3Demux an NsUnknown object.
Thu, 03 May 2007 00:33:03 +0200 Mathieu Lacage remove dead code
Wed, 02 May 2007 23:42:22 +0200 Mathieu Lacage implement properly the refcounting rules for the capability getters
Wed, 02 May 2007 22:32:25 +0200 Mathieu Lacage use Dispose more extensively
Wed, 02 May 2007 19:14:34 +0200 Mathieu Lacage rework the socket/udp layer to remove the Ipv4EndPointDemux template
Wed, 02 May 2007 14:40:40 +0200 Mathieu Lacage apply ref/unref rules consistently for Node
Tue, 01 May 2007 11:54:21 +0200 Mathieu Lacage merge Packet API changes needed for Packet pretty printing.
Mon, 30 Apr 2007 16:23:10 +0200 Mathieu Lacage remove DatagramSocket, use Socket base class for UdpSocket subclass.
Sun, 18 Mar 2007 14:30:26 -0700 Tom Henderson Begin checkin of ns-3-gfr; s/UdpSocket/DatagramSocket; bring in Application base class and onoff-application, and base class socket; bring in random number generator files
Sat, 17 Mar 2007 23:16:59 -0700 Tom Henderson Rename UdpSocket to DatagramSocket
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Sat, 17 Feb 2007 09:42:30 +0100 Mathieu Lacage remove UdpIpv4L4Protocol class
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
Mon, 12 Feb 2007 13:06:05 +0100 Mathieu Lacage add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
Sat, 10 Feb 2007 11:29:44 +0100 Mathieu Lacage add non-debugged udp stack
Fri, 09 Feb 2007 19:40:19 +0100 Mathieu Lacage add start of udp stack
less more (0) tip