samples/main-simple.cc
Sat, 17 May 2008 12:08:20 -0700 Tom Henderson s/ns3::Udp/ns3::UdpSocketFactory
Mon, 12 May 2008 06:39:00 -0700 Tom Henderson Move API for socket factory to a Socket::CreateSocket () factory method
Fri, 02 May 2008 09:38:18 -0700 Tom Henderson overloaded Recv() method suggested by Gustavo
Fri, 02 May 2008 09:21:01 -0700 Tom Henderson more cleanup
Mon, 28 Apr 2008 21:45:55 -0700 Tom Henderson remove previous socket receive methods
Mon, 07 Apr 2008 10:38:37 -0700 Mathieu Lacage Build -> Install
Mon, 24 Mar 2008 16:30:37 -0700 Mathieu Lacage port to helper API.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Wed, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Fri, 10 Aug 2007 16:28:09 +0200 Mathieu Lacage merge with trunk
Wed, 01 Aug 2007 19:19:42 +0200 Mathieu Lacage remove uint8_t * from the send path of the socket API
Wed, 01 Aug 2007 19:09:11 +0200 Mathieu Lacage remove uint8_t * buffers from socket receive API
Wed, 01 Aug 2007 18:48:24 +0200 Mathieu Lacage split callback registration from socket operations in socket.h API.
Mon, 30 Jul 2007 14:07:39 +0200 Mathieu Lacage InetSocketAddress: replace explicit conversion to implicit conversion
Mon, 30 Jul 2007 13:29:36 +0200 Mathieu Lacage InetAddress -> InetSocketAddress
Fri, 27 Jul 2007 08:44:26 +0200 Mathieu Lacage Ipv4TransportAddress -> InetAddress
Fri, 27 Jul 2007 08:32:34 +0200 Mathieu Lacage ipv4-transport-address -> inet-address
Fri, 27 Jul 2007 08:23:20 +0200 Mathieu Lacage convert Socket to use Address class
Wed, 06 Jun 2007 10:54:58 +0200 Mathieu Lacage IUdp -> Udp
Mon, 04 Jun 2007 17:57:01 +0200 Mathieu Lacage ISocketFactory -> SocketFactory
Mon, 04 Jun 2007 17:54:56 +0200 Mathieu Lacage i-socket-factory.h -> socket-factory.h
Mon, 04 Jun 2007 16:32:37 +0200 Mathieu Lacage rename MakeNewObject to Create
Mon, 04 Jun 2007 16:28:18 +0200 Mathieu Lacage remove MakeInternetNode
Mon, 04 Jun 2007 16:17:01 +0200 Mathieu Lacage rename INode to Node
Mon, 14 May 2007 12:59:44 +0200 Mathieu Lacage make OnOffApplication not depend on IUdp
Mon, 14 May 2007 10:06:12 +0200 Mathieu Lacage rename Node to INode
Mon, 14 May 2007 09:26:32 +0200 Mathieu Lacage rename internet-node.h to i-node-impl.h
Fri, 11 May 2007 08:59:49 +0200 Mathieu Lacage rework the refcounting framework to use the MakeNewObject function
Thu, 10 May 2007 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Thu, 10 May 2007 18:33:52 +0200 Mathieu Lacage remove leaks and rework the Ptr class to work with a new refcount mechanism
Thu, 03 May 2007 14:20:04 +0200 Mathieu Lacage define and implement IUdp
Thu, 03 May 2007 00:12:39 +0200 Mathieu Lacage port sample code to refcounting model
Wed, 02 May 2007 12:34:53 +0200 Mathieu Lacage remove Node::Copy, Node::Create and Node::*Prototype* methods.
Mon, 30 Apr 2007 16:23:10 +0200 Mathieu Lacage remove DatagramSocket, use Socket base class for UdpSocket subclass.
Sat, 17 Mar 2007 23:16:59 -0700 Tom Henderson Rename UdpSocket to DatagramSocket
Mon, 12 Feb 2007 19:52:01 +0100 Mathieu Lacage make simple example work
Mon, 12 Feb 2007 19:47:36 +0100 Mathieu Lacage add some traffic generation to sample code
Mon, 12 Feb 2007 19:28:48 +0100 Mathieu Lacage make the sample code compile and link.
less more (0) tip