[Ns-commits] mathieu/ns-3-simu
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Thu Jun 5 15:29:24 PDT 2008
---- make the default stack size an attribute
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process/process-manager.cc src/process/process-manager.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d869cc666b2d
---- do not crash if return_value is NULL
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process/process-manager-test.cc src/process/process-manager.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/eb34c6cd5751
---- implement PTHREAD_MUTEX_INITIALIZER
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process/process-manager-test.cc src/process/process-manager.cc src/process/simu-pthread.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f5f6beaf3bbc
---- kill ATTRIBUTE_HELPER_HEADER_1
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-rate.h src/core/attribute-helper.h src/core/object-factory.h src/core/type-id.h src/devices/wifi/ssid.h src/devices/wifi/wifi-mode.h src/mobility/rectangle.h src/mobility/vector.h src/node/address.h src/node/ipv4-address.h src/node/mac48-address.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/117f02923a7e
---- ATTRIBUTE_HELPER_HEADER_2 -> ATTRIBUTE_HELPER_HEADER
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-rate.h src/core/attribute-helper.h src/core/attribute-test.cc src/core/object-factory.h src/core/type-id.h src/devices/wifi/ssid.h src/devices/wifi/wifi-mode.h src/mobility/rectangle.h src/mobility/vector.h src/node/address.h src/node/ipv4-address.h src/node/mac48-address.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6e787ec9c8aa
---- add NS_LOG_APPEND_CONTEXT
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ea368d066bea
---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dc8b5959ab61
---- Plumb in socket receive pull model, in parallel to existing Receive framework
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1b1661bbfa33
---- Cut over UDP applications to use the new receive API
user: Tom Henderson <tomh at tomh.org>
files: src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h src/applications/udp-echo/udp-echo-server.cc src/applications/udp-echo/udp-echo-server.h src/common/tags.h src/internet-node/tcp-socket.cc src/internet-node/udp-socket.cc src/node/packet-socket.cc src/node/socket.cc src/node/socket.h src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d384d52f8f6e
---- Move tcp socket to receive pull model
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/99ab4885e124
---- remove previous socket receive methods
user: Tom Henderson <tomh at tomh.org>
files: examples/wifi-adhoc.cc samples/main-simple.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/70b98532fe5c
---- remove more dead code
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-client.h src/applications/udp-echo/udp-echo-server.cc src/applications/udp-echo/udp-echo-server.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/21ec0bc2063e
---- more cleanup
user: Tom Henderson <tomh at tomh.org>
files: examples/wifi-adhoc.cc samples/main-simple.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/internet-node/udp-socket.cc src/node/socket.cc src/node/socket.h src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a225be367c1d
---- overloaded Recv() method suggested by Gustavo
user: Tom Henderson <tomh at tomh.org>
files: examples/wifi-adhoc.cc samples/main-simple.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/node/socket.cc src/node/socket.h src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/91c6fce46125
---- Implement GetRxAvailable ()
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/24d9d9aa0977
---- Add GetTxBuffer; add some socket options; make limited UDP receive buffer functional
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.h src/node/udp.cc src/node/udp.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/682950a37ea6
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/79d23124124b
---- API for SocketOptions class
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ec3ed34b2470
---- Finite send buffer first cut
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f284bfbc9e46
---- NotifySend ONLY when data is acked
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c695dd9c1404
---- branch merge from Raj
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/524b93a574f9
---- branch merge from ns-3-dev
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/006e834d436d
---- Enable receive buffer limit for packet socket
user: Tom Henderson <tomh at tomh.org>
files: src/node/packet-socket.cc src/node/packet-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b5413dcad0c8
---- tweak UdpSocket buffer limit behavior
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/udp-socket.cc src/internet-node/udp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e6740c0582bf
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4a55d92b776f
---- Some tcp socket cleanup for buffer limits
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f9921028c4ab
---- Move API for socket factory to a Socket::CreateSocket () factory method
user: Tom Henderson <tomh at tomh.org>
files: examples/tcp-large-transfer.cc examples/wifi-adhoc.cc examples/wifi-ap.cc samples/main-simple.cc src/applications/onoff/onoff-application.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/node/socket.cc src/node/socket.h src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c33b6d2775b7
---- Add SocketDefaults to store socket option attributes
user: Tom Henderson <tomh at tomh.org>
files: src/helper/packet-socket-helper.cc src/internet-node/internet-stack.cc src/internet-node/tcp-socket.cc src/internet-node/udp-socket.cc src/node/packet-socket.cc src/node/socket.cc src/node/udp.cc src/node/udp.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c8160bbb2085
---- Add SocketDefaults to store socket option attributes (missing files)
user: Tom Henderson <tomh at tomh.org>
files: src/node/socket-defaults.cc src/node/socket-defaults.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3fdbdaf6142d
---- Fix semantics of NotifySend() for Tcp
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d65486147a02
---- swap SendTo parameters
user: Tom Henderson <tomh at tomh.org>
files: src/applications/udp-echo/udp-echo-server.cc src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/774b2637845e
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: src/node/packet-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7cab987d8d5a
---- improve send semantics, documentation
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc src/internet-node/udp-socket.cc src/node/packet-socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dfa83ab5172d
---- undo SocketDefaults class; plumb in new UdpSocket option attributes
user: Tom Henderson <tomh at tomh.org>
files: src/helper/packet-socket-helper.cc src/internet-node/internet-stack.cc src/internet-node/tcp-socket.cc src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fae57a467d54
---- Implement IPTTL socket option for UDP
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/ipv4-l3-protocol.cc src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/473e59b5e141
---- s/ns3::Udp/ns3::UdpSocketFactory
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc samples/main-simple.cc src/applications/onoff/onoff-application.cc src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/core/type-id.cc src/helper/packet-sink-helper.cc src/internet-node/udp-impl.cc src/internet-node/udp-impl.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/udp-socket-factory.cc src/node/udp-socket-factory.h src/node/udp.cc src/node/udp.h src/node/wscript src/routing/olsr/olsr-agent-impl.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d2d8a36cfd23
---- s/UdpImpl/UdpSocketFactoryImpl
user: Tom Henderson <tomh at tomh.org>
files: examples/csma-broadcast.cc src/internet-node/internet-stack.cc src/internet-node/udp-impl.cc src/internet-node/udp-impl.h src/internet-node/udp-socket-factory-impl.cc src/internet-node/udp-socket-factory-impl.h src/internet-node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/68d35477a842
---- Add attributes to new abstract base class for UdpSocket
user: Tom Henderson <tomh at tomh.org>
files: examples/simple-point-to-point-olsr.cc src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/socket.cc src/node/socket.h src/node/udp-socket-factory.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f5971b43ee58
---- remove spurious test line
user: Tom Henderson <tomh at tomh.org>
files: examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e42ad1e3fc67
---- Move UdpSocket to UdpSocketImpl
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/udp-socket-impl.cc src/internet-node/udp-socket-impl.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/udp-socketx.cc src/node/udp-socketx.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/17e0776b8815
---- rename UdpSocket to UdpSocketImpl
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/udp-l4-protocol.cc src/internet-node/udp-socket-impl.cc src/internet-node/udp-socket-impl.h src/internet-node/wscript src/node/udp-socket.cc src/node/udp-socket.h src/node/udp-socketx.cc src/node/udp-socketx.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/881cc06cd651
---- change TcpSocket to TcpSocketImpl
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-header.cc src/internet-node/tcp-impl.h src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-l4-protocol.h src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d82336dfd269
---- move Tcp to TcpSocketFactory
user: Tom Henderson <tomh at tomh.org>
files: examples/tcp-large-transfer.cc src/helper/packet-sink-helper.cc src/internet-node/tcp-header.h src/internet-node/tcp-impl.cc src/internet-node/tcp-impl.h src/internet-node/tcp-socket-impl.cc src/node/tcp-socket-factory.cc src/node/tcp-socket-factory.h src/node/tcp.cc src/node/tcp.h src/node/wscript utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b0b0abb911cd
---- change TcpImpl to TcpSocketFactoryImpl
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/internet-stack.cc src/internet-node/tcp-impl.cc src/internet-node/tcp-impl.h src/internet-node/tcp-socket-factory-impl.cc src/internet-node/tcp-socket-factory-impl.h src/internet-node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/295e061719fc
---- Add abstract base class TcpSocket
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1890d6ee27a1
---- Add missing files
user: Tom Henderson <tomh at tomh.org>
files: src/node/tcp-socket.cc src/node/tcp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2ae291cb16ae
---- Move Tcp attributes from factory to TcpSocket
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/internet-node/udp-socket-impl.h src/node/tcp-socket-factory.cc src/node/tcp-socket-factory.h src/node/tcp-socket.cc src/node/tcp-socket.h src/node/udp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a59b9ce95b6b
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: examples/mixed-global-routing.cc examples/mixed-wireless.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/common/tag-registry.cc src/common/tag-registry.h src/common/tags.cc src/common/tags.h src/core/type-id.cc src/internet-node/ascii-trace.cc src/internet-node/ascii-trace.h src/internet-node/pcap-trace.cc src/internet-node/pcap-trace.h src/internet-node/tcp-l4-protocol.h src/internet-node/wscript src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fbd18f80a77a
---- merge with ns-3-dev
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/internet-node/ipv4-l3-protocol.cc src/node/socket.cc src/node/socket.h src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/44711f06705e
---- Add tag serialize methods; add serialize routines to Address
user: Tom Henderson <tomh at tomh.org>
files: src/node/address.cc src/node/address.h src/node/socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/37deb9deaf0e
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/dumbbell.png doc/tutorial/oneobj.png doc/tutorial/pp.png doc/tutorial/star.png doc/tutorial/threeobj.png
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a6d8f8880ea9
---- Tutorial material for sockets
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/Makefile doc/tutorial/figures/sockets-overview.dia doc/tutorial/sockets.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ffa0c5f121aa
---- Receive raw buffer variant
user: Tom Henderson <tomh at tomh.org>
files: src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1842b2f747f7
---- some doxygen cleanup
user: Tom Henderson <tomh at tomh.org>
files: src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/681be005f806
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files: src/node/address.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/778a765385d4
---- fix optimized build
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc src/applications/udp-echo/udp-echo-client.cc src/applications/udp-echo/udp-echo-server.cc src/internet-node/udp-socket-impl.cc src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/16dd98873ec3
---- add attributes to ArpCache
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-cache.cc src/internet-node/arp-cache.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/98629e087bb1
---- re-organize the ARP code to expose arp cache attributes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-ipv4-interface.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/ipv4-loopback-interface.cc src/internet-node/ipv4-loopback-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e0c2a7c2eb5f
---- more logging output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-loopback-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/87ee5483cef9
---- more logging. Make sure we invoke parent's Dispose method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-ipv4-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5974bac1688f
---- more logging. Make sure we do dispose attached Ipv4Interface
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7350a68e5856
---- fix bug 185
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-cache.cc src/internet-node/arp-cache.h src/internet-node/arp-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/428f8ec6da29
---- report packet drops in ARP.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4260de124c74
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-l3-protocol.cc src/internet-node/tcp-impl.cc src/internet-node/tcp-impl.h src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-impl.cc src/internet-node/udp-impl.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/tcp.cc src/node/tcp.h src/node/udp.cc src/node/udp.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1433edf49f02
---- doxygen.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/aa61e5f85334
---- avoid segfault
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c16f03104828
---- CSMA Model Description
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fcc19abc0ace
---- Bug #154: Attach sockets to nodes. Patch by Rajib Bhattacharjea.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-node/udp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/de8e4b4c662f
---- add logging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/packet.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2a4305eeca93
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a1e1def91449
---- more logging code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ef81365d0a68
---- a failing testcase.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/661cd276f29a
---- fix the testcase
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5eb2fac38580
---- fix new packet bug
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9a681ecef1de
---- document
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/constant-rate-wifi-manager.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6641c88ee420
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/14b0ec153421
---- the TypeId for Packet sockets is PacketSocketFactory, not PacketSocket. fix bug introduced by changeset c33b6d2775b7.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-adhoc.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f65af41d30db
---- Fix off-by-2 errors
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/address.cc src/node/address.h src/node/socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/644a220ad981
---- remove dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket-defaults.cc src/node/socket-defaults.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c7d239e85b64
---- make sure that the mac low listener is destroyed _after_ the mac low itself.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2598ea90f9db
---- Undo changeset 3163 (breaks multicast)
user: Tom Henderson <tomh at tomh.org>
files: src/common/buffer.cc src/common/buffer.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d3438b415a8c
---- undo changeset 3161 (to pass unit tests)
user: Tom Henderson <tomh at tomh.org>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e74786aa54ae
---- Don't register IPv4 protocol handler for all interfaces, only for IPv4-enabled interfaces.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-node/arp-l3-protocol.h src/internet-node/internet-stack.cc src/internet-node/ipv4-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e661e08c3211
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/socket-defaults.cc src/node/socket-defaults.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/54d1460ee8c4
---- Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/mixed-wireless.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc examples/wifi-ap.cc samples/main-random-topology.cc samples/main-random-walk.cc src/devices/wifi/wifi-test.cc src/node/application.cc src/node/application.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/efeb6e5c276d
---- Fix TCP valgrind problem (bug #194): TcpSocketImpl::m_wouldBlock was not always being initialized.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-node/tcp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ff46939c1b4a
---- fix valgrind-reported leak
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2f106d16c8c0
---- DequeuePending returns 0 upon error, not the other way round.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8ce20d798105
---- make sure we output the right diff command
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/62e90655a935
---- bug 146: s/HostOrder//
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/ipv4-address-helper.cc src/internet-node/ipv4-header.cc src/internet-node/ipv4-interface.cc src/node/address-utils.cc src/node/ipv4-address-generator.cc src/node/ipv4-address.cc src/node/ipv4-address.h src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-header.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1763f7ac8e80
---- new Packet testcases, bug fix.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.cc src/common/packet-metadata-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b69d00a3d410
---- point-to-point cleanup
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/mixed-global-routing.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc src/devices/point-to-point/point-to-point-channel.cc src/devices/point-to-point/point-to-point-channel.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/point-to-point/point-to-point.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/26e7f865c548
---- Doxygen organization
user: Tom Henderson <tomh at tomh.org>
files: src/common/buffer.h src/common/chunk.h src/common/data-rate.h src/common/error-model.h src/common/header.h src/common/packet-metadata.h src/common/packet.h src/common/pcap-writer.h src/common/tag-buffer.h src/common/tag-list.h src/common/tag.h src/common/trailer.h src/core/assert.h src/core/attribute-accessor-helper.h src/core/attribute-list.h src/core/attribute.h src/core/boolean.h src/core/double.h src/core/empty.h src/core/enum.h src/core/fatal-error.h src/core/global-value.h src/core/integer.h src/core/log.h src/core/object-base.h src/core/object-factory.h src/core/object-vector.h src/core/object.h src/core/pointer.h src/core/ptr.h src/core/string.h src/core/test.h src/core/trace-source-accessor.h src/core/traced-value.h src/core/uinteger.h src/simulator/event-impl.h src/simulator/heap-scheduler.h src/simulator/list-scheduler.h src/simulator/map-scheduler.h src/simulator/nstime.h src/simulator/scheduler.h src/simulator/simulator.h src/simulator/timer.h src/simulat!
or/watchdog.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/61fe7fe81ebd
---- more doxygen
user: Tom Henderson <tomh at tomh.org>
files: doc/modules src/common/chunk.h src/common/header.h src/node/address.h src/node/application.h src/node/channel.h src/node/drop-tail-queue.h src/node/ethernet-header.h src/node/ethernet-trailer.h src/node/inet-socket-address.h src/node/ipv4-address-generator.h src/node/ipv4-address.h src/node/ipv4-route.h src/node/ipv4.h src/node/llc-snap-header.h src/node/mac48-address.h src/node/mac64-address.h src/node/net-device.h src/node/node-list.h src/node/node.h src/node/packet-socket-address.h src/node/packet-socket-factory.h src/node/packet-socket.h src/node/queue.h src/node/simple-channel.h src/node/simple-net-device.h src/node/socket-factory.h src/node/tcp-socket-factory.h src/node/tcp-socket.h src/node/udp-socket-factory.h src/node/udp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fc3b2e03e61e
---- fix dox warning
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/address.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2722ec585e94
---- fix dox warnings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.h src/devices/wifi/wifi-remote-station-manager.h src/internet-node/arp-l3-protocol.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c859e129a934
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.h src/node/address.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/afb8223d8798
---- doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/event-id.h src/simulator/event-impl.h src/simulator/heap-scheduler.cc src/simulator/heap-scheduler.h src/simulator/list-scheduler.h src/simulator/map-scheduler.h src/simulator/scheduler.h src/simulator/watchdog.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5ef944bee832
---- fix a couple of XXX
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc src/simulator/simulator.h src/simulator/time.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/080e43146c47
---- Check for the 'diff' command, don't allow running regression tests without it.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7ddf4ad61707
---- add some doxygen, remove a couple of XXX
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-list.cc src/core/attribute-list.h src/core/attribute-test.cc src/core/attribute.h src/core/command-line.h src/core/config.h src/core/object-vector.cc src/core/object.h src/core/singleton.h src/core/trace-source-accessor.h src/core/traced-value.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/51fe9001a679
---- remove dead code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-writer.cc src/common/data-writer.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5d50569cd94e
---- update doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/header.h src/common/trailer.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/702459162fff
---- doxygen updates
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h src/common/pcap-writer.h src/common/tag-buffer.h src/common/tag.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/72be532011a3
---- bug 200: Packet::PrintTags is not implemented.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-packet-tag.cc src/common/packet.cc src/common/tag.h src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/wifi-remote-station-manager.cc src/node/socket.cc src/node/socket.h utils/bench-packets.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1a754d09c4ba
---- update RELEASE_NOTES and a few other files
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES VERSION doc/modules doc/release_steps.txt src/node/application.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/79dba133b5f8
---- Added tag release ns-3.0.13 for changeset 79dba133b5f8
user: Tom Henderson <tomh at tomh.org>
files: .hgtags
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5ced3d1c1f2b
---- Gustavo's API warnings
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/539a710e5cf9
---- Change the default beacon interval to a more realistic value (100 ms); closes bug #177.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/362f1a144828
---- add logging, cleanup AddAtEnd.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dc084a4c70bb
---- add small comment
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/03265a7051b6
---- some more cleanup
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc src/common/packet-metadata.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/96e015d15aeb
---- add small comment
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c0e113ac69d8
---- a testcase for bug 197
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/bb35abea1d2a
---- bug197: fix infinite loop
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fc396ecaf512
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/06ee3b7eb18d
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-writer.cc src/common/data-writer.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6fa145613c52
---- Change default WiFi ProbeRequestTimeout to 50 ms; closes bug #199.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/nqsta-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/231895d89769
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5aa8fd647c24
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d73fd33172c0
---- Re-format the NQSTA state machine diagram so that it displays correctly with a fixed width font.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/nqsta-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5c73c36a3350
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/09b43ff43df0
---- improve attribute documentation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/dca-txop.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/onoe-wifi-manager.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/0c00342d6a73
---- bug 203: Listen must be implemented for Udp and Packet sockets.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/udp-socket-impl.cc src/internet-node/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/08a0424399fb
---- bug 204: implement Queue::DequeueAll.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/queue.cc src/node/queue.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5c73d8f952bf
---- bug 206: allow comparing addresses of different types.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/address.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c5a74196e87a
---- bug 207: ipv4-header.h needed in src/node module.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/ipv4-header.cc src/internet-node/ipv4-header.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-static-routing.h src/internet-node/wscript src/node/ipv4-header.cc src/node/ipv4-header.h src/node/ipv4.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b36bb98d766e
---- bug 208: must clear flags bits in fragment offset deserialization.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/ipv4-header.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9a72c241348e
---- bug 209: remove buggy test for open state in PacketSocket::SendTo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/packet-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/503c67d93dab
---- bug 210: must take device mtu into account.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/packet-socket.cc src/node/packet-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/49dcb3f0bd34
---- remove misleading doxygen comment
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8c4fcd2a187d
---- fix bug 208 for true.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/ipv4-header.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/bd02183f788b
---- bug 202: classes disappeared from doxygen output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-rate.h src/common/error-model.h src/common/packet.h src/internet-node/tcp-socket-factory-impl.h src/node/application.h src/node/channel.h src/node/net-device.h src/node/queue.h src/node/socket.h src/simulator/nstime.h src/simulator/scheduler.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f61c17b62fd1
---- remove un-implemented code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc src/common/tag-list.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/87b3ea3ae0f8
---- RemoveTag does not exist
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/141aece56ae6
---- this code is not wrong.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/05651cb8006b
---- doxygen a couple of missing functions. Add acouple of more comments to existing mobility models
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.h src/mobility/rectangle.cc src/mobility/rectangle.h src/mobility/vector.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8c191779d1c2
---- fix typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/delay-jitter-estimation.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/da8b4171e92c
---- mark internal class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/attribute-iterator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e0824c1a8295
---- bug 212: Packet::PrintTags fails
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e59680767a04
---- Fix for bug 174
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ec45f705b9ca
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1fcae004ca01
---- Add waf proxy script
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/waf
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/de35ec84811a
---- Add OLSR attribute documentation; make Willingness an enum attribute instead of uint. Closes #211
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/35ba9a71bcb5
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/data-writer.cc src/common/data-writer.h src/internet-node/ipv4-header.cc src/internet-node/ipv4-header.h src/internet-node/tcp-impl.cc src/internet-node/tcp-impl.h src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h src/internet-node/udp-impl.cc src/internet-node/udp-impl.h src/internet-node/udp-socket.cc src/internet-node/udp-socket.h src/node/tcp.cc src/node/tcp.h src/node/udp.cc src/node/udp.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b426f9acdb1d
---- port to new socket API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process/process-manager.cc src/process/process-manager.h src/process/process.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f98c1ea244e3
More information about the Ns-commits
mailing list