src/node/socket.h
2009-08-05 Implement UdpSocketImpl::Close ()
2009-03-23 actually reset callbacks in the socket's DoDispose method
2008-12-09 make a pass through doxygen fixing errors
2008-10-29 apply icmp patch
2008-10-23 Liu's GetSockName patch
2008-10-23 Apply patch to fix bug 363
2008-10-23 Remove queue limit from listen
2008-08-08 remove uneeded virtual keyword
2008-07-02 no need for protected variables
2008-06-23 avoid dox warning
2008-06-16 Changes for bug 205, unlisted FIN bug
2008-06-09 RecvFrom() expansion, add flags parameter to some Send calls
2008-06-04 Merge with ns-3-dev
2008-05-20 Merge with tomh/ns-3-dev-socket
2008-05-12 Add a socket callback that can unblock a blocked close
2008-06-04 bug 202: classes disappeared from doxygen output
2008-06-04 bug 203: Listen must be implemented for Udp and Packet sockets.
2008-06-03 bug 200: Packet::PrintTags is not implemented.
2008-05-26 some doxygen cleanup
2008-05-26 Receive raw buffer variant
2008-05-21 merge with ns-3-dev
2008-05-20 Add attributes to new abstract base class for UdpSocket
2008-05-17 Implement IPTTL socket option for UDP
2008-05-16 undo SocketDefaults class; plumb in new UdpSocket option attributes
2008-05-15 improve send semantics, documentation
2008-05-13 swap SendTo parameters
2008-05-12 Move API for socket factory to a Socket::CreateSocket () factory method
2008-05-10 API for SocketOptions class
2008-05-03 Add GetTxBuffer; add some socket options; make limited UDP receive buffer functional
2008-05-02 Implement GetRxAvailable ()
2008-05-02 overloaded Recv() method suggested by Gustavo
2008-05-02 more cleanup
2008-04-28 remove previous socket receive methods
2008-04-25 Cut over UDP applications to use the new receive API
2008-04-24 Plumb in socket receive pull model, in parallel to existing Receive framework
2008-04-22 A few minor cleanups to socket.h/cc
2008-04-22 bug 131 partial fix: split out Send and DataSent callbacks
2008-02-02 formatting cleanup
2008-01-25 Added in ns-3-tcp (second try)
2007-12-13 Add uint8_t* based API for sockets
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-09-03 Fold the two patches for bu6 69 together, building on the bug 65 patch
2007-08-29 backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-24 Change the protocol stack processing to pass packets by non-const
2007-08-13 Doxygen cleanup
2007-08-01 remove uint8_t * from the send path of the socket API
2007-08-01 remove uint8_t * buffers from socket receive API
2007-08-01 split callback registration from socket operations in socket.h API.
2007-08-01 rework the NetDevice <-> Node interface
2007-07-30 add InetSocketAddress::IsMatchingType and use it
2007-07-27 convert Socket to use Address class
2007-06-04 rename INode to Node
2007-05-17 Rename the SocketErrno enumeration values, from ESOMETHING to ERROR_SOMETHING, to avoid conflict with errno #define's; fixes compilation in mingw32.
2007-05-14 rename Node to INode
2007-05-13 fix dox warnings
2007-05-10 use Ptr<> everywhere Object or NsUnknown are used
2007-05-10 convert UdpSocket and Udp to Ptr<Node>
2007-05-02 make capabilities and sockets refcounted
2007-05-02 apply ref/unref rules consistently for Node
2007-04-30 remove DatagramSocket, use Socket base class for UdpSocket subclass.