src/node/socket.h
Mon, 28 Apr 2008 21:45:55 -0700 Tom Henderson remove previous socket receive methods
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
Tue, 22 Apr 2008 22:39:17 -0700 Tom Henderson A few minor cleanups to socket.h/cc
Tue, 22 Apr 2008 22:29:16 -0700 Tom Henderson bug 131 partial fix: split out Send and DataSent callbacks
Sat, 02 Feb 2008 15:52:54 -0800 Tom Henderson formatting cleanup
Fri, 25 Jan 2008 13:57:38 -0500 Raj Bhattacharjea Added in ns-3-tcp (second try)
Thu, 13 Dec 2007 09:40:21 -0500 Raj Bhattacharjea Add uint8_t* based API for sockets
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
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
Mon, 13 Aug 2007 20:53:29 -0700 Tom Henderson Doxygen cleanup
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.
Wed, 01 Aug 2007 08:58:18 +0200 Mathieu Lacage rework the NetDevice <-> Node interface
Mon, 30 Jul 2007 13:55:28 +0200 Mathieu Lacage add InetSocketAddress::IsMatchingType and use it
Fri, 27 Jul 2007 08:23:20 +0200 Mathieu Lacage convert Socket to use Address class
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
Sun, 13 May 2007 10:57:43 +0200 Mathieu Lacage fix dox warnings
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>
Wed, 02 May 2007 23:18:51 +0200 Mathieu Lacage make capabilities and sockets refcounted
Wed, 02 May 2007 14:40:40 +0200 Mathieu Lacage apply ref/unref rules consistently for Node
Mon, 30 Apr 2007 16:23:10 +0200 Mathieu Lacage remove DatagramSocket, use Socket base class for UdpSocket subclass.
Sun, 18 Mar 2007 14:35:44 -0700 Tom Henderson Add base class IPAddr; L4Protocol; Protocol; OnOff Application, and base class Socket
less more (0) tip