src/internet-node/udp-socket.cc
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.
Mon, 06 Aug 2007 15:32:27 +0200 Mathieu Lacage merge implicit conversion tree
Mon, 30 Jul 2007 14:57:49 +0200 Mathieu Lacage remove implicit conversion from Address to Eui48Address, to Ipv4Address and to InetSocketAddress
Mon, 30 Jul 2007 14:07:39 +0200 Mathieu Lacage InetSocketAddress: replace explicit conversion to implicit conversion
Wed, 01 Aug 2007 08:58:18 +0200 Mathieu Lacage rework the NetDevice <-> Node interface
Tue, 31 Jul 2007 10:47:29 +0200 Mathieu Lacage I wonder what the point of that code was: why should you test for zero _after_ using the pointer ? It needs to be tested _before_.
Mon, 30 Jul 2007 13:55:28 +0200 Mathieu Lacage add InetSocketAddress::IsMatchingType and use it
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
Mon, 04 Jun 2007 17:22:52 +0200 Mathieu Lacage Udp -> UdpL4Protocol
Mon, 04 Jun 2007 17:18:02 +0200 Mathieu Lacage udp.h -> udp-l4-protocol.h
Mon, 04 Jun 2007 16:21:05 +0200 Mathieu Lacage rename i-node to node
Mon, 04 Jun 2007 16:17:01 +0200 Mathieu Lacage rename INode to Node
Thu, 17 May 2007 15:50:20 +0100 Gustavo J. A. M. Carneiro Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32.
Mon, 14 May 2007 10:06:12 +0200 Mathieu Lacage rename Node to INode
Mon, 14 May 2007 09:09:43 +0200 Mathieu Lacage rename node.h to i-node.h
Thu, 10 May 2007 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Thu, 10 May 2007 07:51:59 +0200 Mathieu Lacage convert UdpSocket and Udp to Ptr<Node>
Fri, 04 May 2007 15:04:07 +0200 Mathieu Lacage move code around
less more (0) tip