src/internet-node/udp-socket.cc
Sat, 17 May 2008 12:08:20 -0700 Tom Henderson s/ns3::Udp/ns3::UdpSocketFactory
Sat, 17 May 2008 11:15:02 -0700 Tom Henderson Implement IPTTL socket option for UDP
Fri, 16 May 2008 21:28:07 -0700 Tom Henderson undo SocketDefaults class; plumb in new UdpSocket option attributes
Thu, 15 May 2008 23:06:58 -0700 Tom Henderson improve send semantics, documentation
Tue, 13 May 2008 07:22:03 -0700 Tom Henderson swap SendTo parameters
Mon, 12 May 2008 23:02:23 -0700 Tom Henderson Add SocketDefaults to store socket option attributes
Sun, 11 May 2008 21:55:00 -0700 Tom Henderson tweak UdpSocket buffer limit behavior
Sat, 10 May 2008 21:27:32 -0700 Tom Henderson API for SocketOptions class
Sat, 03 May 2008 11:11:24 -0700 Tom Henderson Add GetTxBuffer; add some socket options; make limited UDP receive buffer functional
Fri, 02 May 2008 10:55:07 -0700 Tom Henderson Implement GetRxAvailable ()
Fri, 02 May 2008 09:21:01 -0700 Tom Henderson more cleanup
Fri, 25 Apr 2008 14:29:28 -0700 Tom Henderson Cut over UDP applications to use the new receive API
Thu, 24 Apr 2008 08:18:01 -0700 Tom Henderson Plumb in socket receive pull model, in parallel to existing Receive framework
Thu, 17 Apr 2008 15:54:35 -0700 Mathieu Lacage merge with HEAD
Tue, 15 Apr 2008 15:10:53 -0700 Mathieu Lacage NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
Tue, 15 Apr 2008 10:49:09 -0700 Mathieu Lacage update testcase to deal with the return value of Socket::Send. Make sure udp packets are copied before going down the ip stack.
Tue, 15 Apr 2008 09:41:58 -0700 Liu Jian Fix bug 168: Socket::SendTo does not return the number of bytes sent for udp sockets.
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Mon, 31 Mar 2008 14:34:38 -0700 Mathieu Lacage do not use InternetNode
Fri, 21 Mar 2008 14:17:58 +0000 Gustavo J. A. M. Carneiro Fix the udp socket unit test problem discovered by Mathieu.
Thu, 20 Mar 2008 15:27:48 -0700 Mathieu Lacage SimpleChannel/SimpleNetDevice. Use them where needed.
Fri, 14 Mar 2008 16:37:02 -0700 Mathieu Lacage merge with HEAD
Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Sun, 09 Mar 2008 23:43:29 +0100 Mathieu Lacage ensure that device is reported in node.
Wed, 27 Feb 2008 22:19:39 +0100 Mathieu Lacage merge with HEAD
Wed, 27 Feb 2008 20:48:43 +0100 Mathieu Lacage add missing NS_OBJECT_ENSURE_REGISTERED calls.
Mon, 25 Feb 2008 19:33:46 +0100 Mathieu Lacage make NetDevice fully virtual.
Wed, 12 Mar 2008 16:05:31 -0400 Raj Bhattacharjea undoes 2326:eec07777d1a2 because localInterface is no longer needed (see bug 136)
Wed, 13 Feb 2008 17:37:43 +0000 Gustavo J. A. M. Carneiro Fix broadcast packet reception for locally bound sockets (bug #136)
Sun, 03 Feb 2008 18:29:25 +0000 Gustavo J. A. M. Carneiro Backed out changeset 055ff23aa034 (Tom does not like it turns out OLSR does not need it)
Fri, 01 Feb 2008 19:29:56 +0000 Gustavo J. A. M. Carneiro Fix UDP source address, make it honor Bind().
Fri, 01 Feb 2008 18:40:14 +0000 Gustavo J. A. M. Carneiro Some more udp socket debug messages
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Thu, 22 Nov 2007 10:30:29 +0100 Mathieu Lacage merge
Mon, 29 Oct 2007 12:48:01 -0700 Craig Dowell merge in packet.bundle
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Wed, 14 Nov 2007 21:59:14 -0800 Tom Henderson nicer logging of parameters (bug 79 patch from Gustavo)
Wed, 10 Oct 2007 15:32:04 +0200 Mathieu Lacage add missing call to Simulator::Destroy to cleanup after test
Mon, 24 Sep 2007 11:00:08 +0100 Gustavo J. A. M. Carneiro Fix a regression in handling of broadcast packets and UDP sockets (closes bug #51).
Fri, 21 Sep 2007 15:57:20 +0100 Gustavo J. A. M. Carneiro Fix a small error in the unit test added recently (though it doesn't change the result)
Fri, 21 Sep 2007 15:54:00 +0100 Gustavo J. A. M. Carneiro Add a couple of Udp socket unit tests: unicast (passing) and broadcast (failing, bug #51).
Fri, 14 Sep 2007 15:46:04 -0700 Tom Henderson remove local address setting from UdpSocket::Connect()
Thu, 13 Sep 2007 17:47:42 -0700 Craig Dowell checkpoint debug to log
Tue, 11 Sep 2007 18:29:26 -0700 Craig Dowell socket update broke multicast
Mon, 10 Sep 2007 15:57:33 -0700 Craig Dowell name changes missed
Mon, 10 Sep 2007 15:50:07 -0700 Craig Dowell merge with trunk
Fri, 24 Aug 2007 16:57:54 -0700 Craig Dowell add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
Mon, 13 Aug 2007 19:54:47 -0700 Craig Dowell set source IP address in udp-socket packets
Mon, 13 Aug 2007 16:21:39 -0700 Craig Dowell set source address in socket
Sun, 12 Aug 2007 15:51:12 -0700 Craig Dowell debug prints to make validation easier
Tue, 04 Sep 2007 21:26:54 -0700 Tom Henderson Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script
Mon, 03 Sep 2007 23:32:23 -0700 Tom Henderson Fold the two patches for bu6 69 together, building on the bug 65 patch
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 18:48:24 +0200 Mathieu Lacage split callback registration from socket operations in socket.h API.
less more (0) -60 tip