src/node/packet-socket.cc
2009-08-06 fix for bug 650 (PacketSocket Close()
2009-06-03 new tags
2008-10-23 Liu's GetSockName patch
2008-10-23 Apply patch to fix bug 364
2008-10-23 Remove queue limit from listen
2008-08-29 bug 299: packet socket broken by promiscuous update
2008-08-25 bug 273: constify packet pointers.
2008-07-07 Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
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 bug 210: must take device mtu into account.
2008-06-04 bug 209: remove buggy test for open state in PacketSocket::SendTo
2008-06-04 bug 203: Listen must be implemented for Udp and Packet sockets.
2008-05-16 undo SocketDefaults class; plumb in new UdpSocket option attributes
2008-05-15 improve send semantics, documentation
2008-05-15 branch merge
2008-05-13 swap SendTo parameters
2008-05-12 Add SocketDefaults to store socket option attributes
2008-05-11 Enable receive buffer limit for packet socket
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-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-05-14 PacketSocket bind-to-interface bug
2008-04-15 NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
2008-03-28 make sure dev is initialized correctly when binding to more than one interface.
2008-03-11 get rid of CreateObjectWith
2007-11-22 merge
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-11-15 Add a few NS_LOG_LOGIC calls in PacketSocket::SendTo ()
2007-09-13 debug to log
2007-08-29 backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-24 Change the protocol stack processing to pass packets by non-const
2007-08-10 use implicit conversion rather than private explicit conversion: fixes build
2007-08-10 merge with trunk
2007-08-01 remove uint8_t * from the send path of the socket API
2007-08-01 split callback registration from socket operations in socket.h API.
2007-08-06 make the previous merge actually work
2007-08-01 fix tracing
2007-08-01 a packet socket