[Ns-commits] gjc/ns-3-pybindgen-notracing

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Sun Feb 10 09:06:14 PST 2008


---- Add chapter on callbacks to the tutorial
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/callbacks.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0e2f5fc63975


---- Added in ns-3-tcp (second try)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-large-transfer-errors.cc examples/tcp-large-transfer.cc examples/tcp-nonlistening-server.cc examples/tcp-small-transfer-oneloss.cc examples/tcp-small-transfer.cc examples/wscript src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h src/internet-node/internet-node.cc src/internet-node/pending-data.cc src/internet-node/pending-data.h src/internet-node/rtt-estimator.cc src/internet-node/rtt-estimator.h src/internet-node/sequence-number.cc src/internet-node/sequence-number.h src/internet-node/tcp-header.cc src/internet-node/tcp-header.h src/internet-node/tcp-impl.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.cc src/internet-node/tcp-socket.h src/internet-node/tcp-typedefs.h src/internet-node/wscript src/node/socket.cc src/node/socket.h src/node/tcp.cc src/node/tcp.h src/node/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6f97d21a99c2


---- Merge TCP implementation (raj/ns-3-tcp)
user: Tom Henderson <tomh at tomh.org>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a740e5826e69


---- Fix uninitialized member
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/8484f2a3f797


---- fix optimized build
user: Tom Henderson <tomh at tomh.org>
files: examples/tcp-large-transfer-errors.cc examples/tcp-large-transfer.cc examples/tcp-small-transfer-oneloss.cc examples/tcp-small-transfer.cc src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/48e8a213a27b


---- some more tutorial updates
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/callbacks.texi doc/tutorial/routing.texi doc/tutorial/troubleshoot.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3ad777b4c99c


---- remove dependency on Callbacks from Ptr test code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/31cb5ef6a020


---- add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc 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/simple-point-to-point.cc examples/udp-echo.cc samples/main-adhoc-wifi.cc samples/main-ap-wifi.cc samples/main-component-manager.cc samples/main-grid-topology.cc samples/main-object.cc samples/main-propagation-loss.cc samples/main-ptr.cc samples/main-query-interface.cc samples/main-random-topology.cc samples/main-random-walk.cc samples/main-simple.cc src/common/error-model.cc src/common/error-model.h src/core/array-trace-resolver.cc src/core/component-manager.cc src/core/component-manager.h src/core/object.cc src/core/object.h src/core/ptr.cc src/devices/csma/csma-ipv4-topology.cc src/devices/csma/csma-topology.cc src/devices/point-to-point/point-to-point-topology.cc src/devices!
 /wifi/propagation-delay-model.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/wifi-net-device.cc src/internet-node/arp-l3-protocol.cc src/internet-node/internet-node.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l4-demux.cc src/internet-node/udp-l4-protocol.cc src/internet-node/udp-socket.cc src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model.cc src/mobility/ns2-mobility-file-topology.cc src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-position.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/mobility/static-mobility-model.cc src/mobility/static-speed-mobility-model.cc src/node/channel.cc src/node/ipv4.cc src/node/net-device.cc src/node/node.cc src/node/packet-socket-factory.cc src/node/queue.cc src/node/socket-factory.cc src/node/udp.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global!
 -routing/global-router-interface.cc src/routing/olsr/olsr-agent-impl.c
c tutorial/ipv4-bus-network.cc tutorial/point-to-point-ipv4-topology.cc tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-csma-echo.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc utils/bench-object.cc utils/mobility-generator.cc utils/mobility-visualizer-model.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9f13ac3291e0


---- fix bug 122: get rid of duplicate argument to QueryInterface
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-multicast.cc examples/simple-error-model.cc examples/simple-point-to-point-olsr.cc examples/simple-point-to-point.cc samples/main-adhoc-wifi.cc samples/main-ap-wifi.cc samples/main-grid-topology.cc src/core/component-manager.cc src/core/component-manager.h src/core/object.cc src/core/object.h src/devices/csma/csma-ipv4-topology.cc src/devices/point-to-point/point-to-point-topology.cc src/devices/wifi/wifi-channel.cc src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-l3-protocol.cc src/internet-node/internet-node.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-loopback-interface.cc src/internet-node/udp-l4-protocol.cc src/internet-node/udp-socket.cc src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model.cc src/mobility/ns2-mobility-file-topology.cc src/node/packet-socket-factory.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-!
 agent-impl.cc src/routing/olsr/olsr.cc tutorial/point-to-point-ipv4-topology.cc utils/mobility-visualizer-model.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a5b898c1ee2c


---- replace static const Interface iid; with static InterfaceId iid (void);
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-component-manager.cc samples/main-object.cc samples/main-query-interface.cc src/common/error-model.cc src/common/error-model.h src/core/component-manager.cc src/core/component-manager.h src/core/object.cc src/core/object.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/mobility/grid-topology.cc src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/mobility/mobility-model.cc src/mobility/mobility-model.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-topology.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/mobility/static-mobility-mode!
 l.cc src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h src/node/channel.cc src/node/channel.h src/node/drop-tail-queue.cc src/node/ipv4.cc src/node/ipv4.h src/node/net-device.cc src/node/net-device.h src/node/node.cc src/node/node.h src/node/packet-socket-factory.cc src/node/packet-socket-factory.h src/node/queue.cc src/node/queue.h src/node/socket-factory.cc src/node/socket-factory.h src/node/udp.cc src/node/udp.h src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h utils/bench-object.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9abd038ee588


---- add some separation markers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b359c83c5fbe


---- remove some remnants from the iid-a-variable era.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/c1af59565992


---- rewrite interface id metadata
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/fb93067a3c2e


---- merge with callback improvements.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a3a52c5ca2b4


---- add 'factory' support to InterfaceId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7745a8c76396


---- get rid of MakeInterfaceId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/error-model.cc src/core/component-manager.cc src/core/object.cc src/core/object.h src/internet-node/arp-l3-protocol.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l4-demux.cc src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model.cc src/mobility/random-position.cc src/mobility/static-speed-mobility-model.cc src/node/channel.cc src/node/ipv4.cc src/node/net-device.cc src/node/node.cc src/node/packet-socket-factory.cc src/node/queue.cc src/node/socket-factory.cc src/node/udp.cc src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-agent.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/05affd9d0dc1


---- add support to browse the list of existing InterfaceId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/b500773d7eae


---- make the internal InterfaceId constructor explicit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/48fa5577e64e


---- add InterfaceId::HasConstructor
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/daef67e18b79


---- a replacement for ClassIdDefaultValue
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/interface-id-default-value.cc src/core/interface-id-default-value.h src/core/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/972b35e48f75


---- check constructor with reference arguments
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9573a034177a


---- work around weird compiler warning/error.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/614282ded8ba


---- go to the next element in search loop
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/interface-id-default-value.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/42732cd06c68


---- add NS_OBJECT_ENSURE_REGISTERED
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3645f5e344a4


---- use NS_OBJECT_ENSURE_REGISTERED and fix off-by-one in IidManager::GetRegistered
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/56b3591fa3b0


---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/interface-id-default-value.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ef41f6549f45


---- replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-error-model.cc samples/main-grid-topology.cc src/common/error-model.cc src/common/error-model.h src/core/component-manager.cc src/core/component-manager.h src/core/wscript src/internet-node/arp-l3-protocol.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l4-demux.cc src/mobility/grid-topology.cc src/mobility/grid-topology.h src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-topology.cc src/mobility/random-topology.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/random-waypoint-mobility-model.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/sta!
 tic-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h src/node/channel.cc src/node/drop-tail-queue.cc src/node/drop-tail-queue.h src/node/ipv4.cc src/node/net-device.cc src/node/node.cc src/node/packet-socket-factory.cc src/node/queue.cc src/node/socket-factory.cc src/node/udp.cc src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h src/routing/olsr/olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3a1da26d61dc


---- InterfaceId -> TypeId
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-adhoc-wifi.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/common/error-model.cc src/common/error-model.h src/core/interface-id-default-value.cc src/core/interface-id-default-value.h src/core/object.cc src/core/object.h src/devices/csma/csma-topology.cc src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/mobility/grid-topology.cc src/mobility/grid-topology.h src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/mobility/mobility-model.cc src/mobility/mobility-model.h src/mobility/random-direction-2d-mobility-model.cc s!
 rc/mobility/random-direction-2d-mobility-model.h src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-topology.cc src/mobility/random-topology.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/random-waypoint-mobility-model.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h src/node/channel.cc src/node/channel.h src/node/drop-tail-queue.cc src/node/drop-tail-queue.h src/node/ipv4.cc src/node/ipv4.h src/node/net-device.cc src/node/net-device.h src/node/node.cc src/node/node.h src/node/packet-socket-factory.cc src/node/packet-socket-factory.h src/node/queue.cc src/node/queue.h src/node/socket-factory.cc src/node/socket-factory.h src/node/udp.cc src/node/udp.h src/routing/global-routing/global-route-manager-impl.cc src/routing/global-r!
 outing/global-route-manager-impl.h src/routing/global-routing/global-r
outer-interface.cc src/routing/global-routing/global-router-interface.h src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/18f432098389


---- iid (void) -> GetTypeId (void)
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-grid-topology.cc src/common/error-model.cc src/common/error-model.h src/core/interface-id-default-value.cc src/core/object.cc src/core/object.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/mobility/grid-topology.cc src/mobility/hierarchical-mobility-model.cc src/mobility/hierarchical-mobility-model.h src/mobility/mobility-model-notifier.cc src/mobility/mobility-model-notifier.h src/mobility/mobility-model.cc src/mobility/mobility-model.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-topology.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/rand!
 om-waypoint-mobility-model.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h src/node/channel.cc src/node/channel.h src/node/drop-tail-queue.cc src/node/drop-tail-queue.h src/node/ipv4.cc src/node/ipv4.h src/node/net-device.cc src/node/net-device.h src/node/node.cc src/node/node.h src/node/packet-socket-factory.cc src/node/packet-socket-factory.h src/node/queue.cc src/node/queue.h src/node/socket-factory.cc src/node/socket-factory.h src/node/udp.cc src/node/udp.h src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.cc src/routing/olsr/olsr-agent.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/04963d8cca51


---- iid -> tid
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-adhoc-wifi.cc samples/main-simple.cc src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h 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-server.cc src/common/error-model.cc src/core/interface-id-default-value.cc src/core/interface-id-default-value.h src/core/object.cc src/core/object.h src/devices/csma/csma-topology.cc src/devices/csma/csma-topology.h src/internet-node/arp-l3-protocol.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l4-demux.cc src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model-notifier.cc src/mobility/mobility-model.cc src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-position.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/mobility/static-mobility-model.cc src/mobility/static-sp!
 eed-mobility-model.cc src/node/channel.cc src/node/drop-tail-queue.cc src/node/ipv4.cc src/node/net-device.cc src/node/node.cc src/node/packet-socket-factory.cc src/node/queue.cc src/node/socket-factory.cc src/node/udp.cc src/routing/global-routing/global-router-interface.cc src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/80595448707a


---- merge with head
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/main.txt src/applications/onoff/onoff-application.h src/node/ipv4.h utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/dfa0f692e38a


---- interface-id -> type-id
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/error-model.cc src/core/interface-id-default-value.cc src/core/interface-id-default-value.h src/core/type-id-default-value.cc src/core/type-id-default-value.h src/core/wscript src/mobility/random-topology.cc src/mobility/random-waypoint-mobility-model.cc src/node/queue.cc src/routing/olsr/olsr-agent.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/81fc1ce2d7bd


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tcp-large-transfer-errors.cc examples/tcp-large-transfer.cc examples/tcp-nonlistening-server.cc examples/tcp-small-transfer-oneloss.cc examples/tcp-small-transfer.cc src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h src/internet-node/internet-node.cc src/internet-node/rtt-estimator.cc src/internet-node/rtt-estimator.h src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-socket.cc src/node/tcp.cc src/node/tcp.h tutorial/tutorial-csma-echo-pcap-trace.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ac534291636f


---- merge with HEAD again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr.cc utils/mobility-visualizer-model.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/50be2c20cd94


---- QueryInterface -> GetObject
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-multicast.cc examples/simple-error-model.cc examples/simple-point-to-point-olsr.cc examples/simple-point-to-point.cc examples/tcp-large-transfer-errors.cc examples/tcp-large-transfer.cc examples/tcp-nonlistening-server.cc examples/tcp-small-transfer-oneloss.cc examples/tcp-small-transfer.cc samples/main-adhoc-wifi.cc samples/main-ap-wifi.cc samples/main-grid-topology.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/common/error-model.cc src/core/object.cc src/core/object.h src/devices/csma/csma-ipv4-topology.cc src/devices/csma/csma-topology.cc src/devices/point-to-point/point-to-point-topology.cc src/devices/wifi/wifi-channel.cc src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-l3-protocol.cc src/internet-node/internet-node.cc src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv!
 4-loopback-interface.cc src/internet-node/rtt-estimator.cc src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-socket.cc src/internet-node/udp-l4-protocol.cc src/internet-node/udp-socket.cc src/mobility/grid-topology.cc src/mobility/hierarchical-mobility-model.cc src/mobility/mobility-model.cc src/mobility/ns2-mobility-file-topology.cc src/mobility/random-topology.cc src/mobility/random-waypoint-mobility-model.cc src/node/packet-socket-factory.cc src/node/queue.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent.cc tutorial/point-to-point-ipv4-topology.cc utils/mobility-visualizer-model.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/71a58e70c671


---- AddInterface -> AggregateObject
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-adhoc-wifi.cc samples/main-ap-wifi.cc samples/main-random-walk.cc src/core/object.cc src/core/object.h src/devices/csma/csma-net-device.cc src/devices/point-to-point/point-to-point-net-device.cc src/internet-node/arp-ipv4-interface.h src/internet-node/internet-node.cc src/mobility/grid-topology.cc src/mobility/hierarchical-mobility-model.cc src/mobility/ns2-mobility-file-topology.cc src/mobility/random-topology.cc src/node/node.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/olsr/olsr-agent-impl.cc utils/mobility-visualizer-model.cc utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/666099a753e0


---- make Packet::AddTag a const method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h src/common/tags.cc src/common/tags.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/fdb8cddfcecb


---- add application tracing support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.cc src/node/node.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/712afe5037e5


---- add tx packet trace support
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/15da56d6a494


---- fix small typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/20b760baa9c1


---- add tracing support to PacketSink
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/packet-sink/packet-sink.cc src/applications/packet-sink/packet-sink.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/82f7d40a5bb2


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/821ccc610c55


---- estimation delay and jitter
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/delay-jitter-estimation.cc src/contrib/delay-jitter-estimation.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/190a2d913472


---- updated doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/delay-jitter-estimation.h src/contrib/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d0e656113f71


---- add legend support to gnuplot output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gnuplot.cc src/contrib/gnuplot.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/87dd46db981d


---- introduce a low latency parameter for rate control algorithms
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/arf-mac-stations.cc src/devices/wifi/arf-mac-stations.h src/devices/wifi/cr-mac-stations.cc src/devices/wifi/cr-mac-stations.h src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/ideal-mac-stations.cc src/devices/wifi/ideal-mac-stations.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/mac-stations.cc src/devices/wifi/mac-stations.h src/devices/wifi/wifi-default-parameters.cc src/devices/wifi/wifi-default-parameters.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0e57ac711220


---- add MacStation::ReportFinal* methods for onoe rate control model
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/arf-mac-stations.cc src/devices/wifi/arf-mac-stations.h src/devices/wifi/cr-mac-stations.cc src/devices/wifi/cr-mac-stations.h src/devices/wifi/ideal-mac-stations.cc src/devices/wifi/ideal-mac-stations.h src/devices/wifi/mac-stations.cc src/devices/wifi/mac-stations.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/06c660ffc070


---- use the new MacStation::Report*Failed methods.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7eb30e93d305


---- Onoe rate control
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/onoe-mac-stations.cc src/devices/wifi/onoe-mac-stations.h src/devices/wifi/wifi-default-parameters.cc src/devices/wifi/wifi-default-parameters.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/85724b1cbb1a


---- the meat of the onoe rate control algorithm.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/onoe-mac-stations.cc src/devices/wifi/onoe-mac-stations.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ae2bbdbfc161


---- AMRR rate control algorithm
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc src/devices/wifi/amrr-mac-stations.h src/devices/wifi/wifi-default-parameters.cc src/devices/wifi/wifi-default-parameters.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0bfe240ec168


---- implement AMRR for true.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc src/devices/wifi/amrr-mac-stations.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/406712a0c6ef


---- return the computed rate
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f1ae27b37d8f


---- implement the MRR portion of AMRR
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc src/devices/wifi/amrr-mac-stations.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/26e3bc114fdd


---- avoid uninitialized variables.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc src/devices/wifi/onoe-mac-stations.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/51c66e7993c0


---- some debugging. Max rate test was inverted.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4b05fbf5c6e3


---- success heuristic was inverted.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/amrr-mac-stations.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ff1d63db246d


---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-stations.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/cb07eb75d520


---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/delay-jitter-estimation.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1e9dd91f666f


---- add some doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dcf-manager.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6320b3a7f382


---- more doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mode.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/506fbc3c5b4a


---- add a few comments here and there
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-net-device.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/14b682d28918


---- doxygen
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-high-adhoc.h src/devices/wifi/mac-high-nqap.h src/devices/wifi/mac-high-nqsta.h src/devices/wifi/wifi.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7c716f6fc4de


---- ensure m_listener is initialized properly
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/3704959cf153


---- it is possible to receive packets which are not tagged. ignore them rather than crash.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/delay-jitter-estimation.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/363c7065ce0e


---- forward only packets for ourselves.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-high-adhoc.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/362c382bffcf


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: doc/main.txt samples/main-channel.cc src/applications/onoff/onoff-application.cc src/devices/wifi/dca-txop.h src/devices/wifi/mac-low.h src/devices/wifi/wifi.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/78d28adb5c7c


---- fix doxygen warnings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/081b4efd800c


---- add an extra link to the PHY model paper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/93f5111037d4


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-component-manager.cc samples/main-object.cc samples/main-query-interface.cc src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h src/core/component-manager.cc src/core/component-manager.h src/devices/wifi/wifi-net-device.cc utils/bench-object.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5d82197dc451


---- Start the Olsr agent (accidentally removed during last code refactoring)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/ff5d127a1904


---- Unbreak ParameterLogger
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/core/log.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/aa08830477cb


---- Fix OLSR example: don't add static routes, increase simulation time to 300 seconds.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/39452dbe604b


---- In OLSR agent, work around newly introduced bug in UDP sockets prenting Bind from working as e.g. Linux.  Add note explaining what's wrong.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/15c4fbd9c7c6


---- Add more debug info to olsr routing table
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/routing-table.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/127c9adfd39f


---- Put back the simulation time in 30 seconds, else we generate huge trace files.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f61e41169911


---- Some more udp socket debug messages
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-node/udp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/0b9193f38f18


---- Fix UDP source address, make it honor Bind().
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-node/udp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/055ff23aa034


---- UDP sockets are fixed, remove the hack and note.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/78185ba7b17e


---- typos and formatting of Introduction section
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/introduction.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4ff250c881e5


---- formatting cleanup
user: Tom Henderson <tomh at tomh.org>
files: src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6f94834c2eee


---- Fix tutorial TOC
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/tutorial.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1d1ba8915c47


---- Backed out changeset 055ff23aa034 (Tom does not like it turns out OLSR does not need it)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-node/udp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/518187ed457c


---- OLSR: get main address of the peer from the UDP source address and the 'interface association' table; this way the UDP source address need not be the same as the main address.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/6f947d8c8f41


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2e115ea02b46


---- OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/7c34ef595e3e


---- Further alignment of simple-point-to-point.cc with ns-2/simple.tcl (add TCP)
user: Tom Henderson <tomh at tomh.org>
files: examples/simple-point-to-point.cc src/applications/onoff/onoff-application.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/432ccd1339d4


---- half of example describing how to plumb in new model without plumbing
user: Craig Dowell <craigdo at ee.washington.edu>
files: tutorial/energy-model.cc tutorial/energy-model.h tutorial/energy.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/52e0cd1de091


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/wscript samples/main-component-manager.cc samples/main-object.cc samples/main-query-interface.cc src/contrib/wscript src/core/component-manager.cc src/core/component-manager.h src/core/object.cc src/core/object.h src/core/wscript src/devices/wifi/propagation-delay-model.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/wscript src/internet-node/internet-node.cc src/internet-node/wscript src/mobility/hierarchical-mobility-model.cc src/mobility/random-walk-2d-mobility-model.cc src/node/wscript utils/bench-object.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5f0e3e35b5d5


---- s/QueryInterface/GetObject/
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/baae96f5817a


---- fix merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/mobility/random-walk-2d-mobility-model.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/1c5cff249d29


---- Fix pybindgen annotation
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/core/object.h
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/2016cd6298ce


---- Update python examples to API changes.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/simple-p2p.py samples/sample-ap-wifi.py samples/sample-simple.py
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9094677be46c


---- python: add instance creation function to create ns3::Object instances through CreateObject<T> (...).  Code does not compile because python helper classes have to be registered with the ns-3 type system.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/46498180dfe9


---- tutorial now agrees with ns3-object changes
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/introduction.texi doc/tutorial/other.texi doc/tutorial/output.texi tutorial/energy.cc tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-csma-echo.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/a7dbe3cba7de


---- object model section of tutorial needed to be rewritten due to ns-3-object changes.
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/other.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f30bf492f4f1


---- fix instances of stale names
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/introduction.texi doc/tutorial/other.texi doc/tutorial/routing.texi doc/tutorial/troubleshoot.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/876fbd1fd5dd


---- some more edits to the front part of the tutorial
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/introduction.texi doc/tutorial/routing.texi doc/tutorial/tutorial.texi
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/de866c8f30e7


---- Patch for bug 130 from Gustavo
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/df5e3f1d2a1a


---- Slight refactor of TCP code so two way connections don't bug out
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/gjc/ns-3-pybindgen-notracing/rev/08b68583df24


---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/e4fc78d60b6b


---- Move TcpSocket's m_retxEvent.Cancel() to ~TcpSocket(), so that it is executed by all possible code paths leading up to a TcpSocket deallocation.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/d4217d7ba4ba


---- further ns-3-obj changes
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/oneif.png doc/tutorial/oneobj.png doc/tutorial/other.texi doc/tutorial/threeif.png doc/tutorial/threeobj.png
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/473f25177907


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/67998ee2a41e


---- Make sequence-number.h a public header file (because it is included by another public header, tcp-header.h)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-node/tcp-header.h src/internet-node/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/f1a18a24d318


---- merge with ns-3-dev
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: doc/tutorial/oneif.png doc/tutorial/threeif.png src/internet-node/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/58eb89a143e1


---- RandomWalk2dMobilityModel changed name to RandomWalkMobilityModel (typo or intentional?)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: utils/mobility-visualizer-model.cc
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/4b8bc80d1034


---- Upgrade WAF to version 1.3.2
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: waf
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/176caa69af8a


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: 
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/5ac6d63341dc


---- Try to register python helper classes with the ns-3 type system; warning: does not compile yet.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9f07aca1e7b7


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pybindgen-notracing/rev/9cefd62cdd00




More information about the Ns-commits mailing list