[Ns-commits] raj/ns-3-dev

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Thu Mar 19 11:17:17 PDT 2009


---- add names support to tap bridge helper
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/tap-bridge-helper.cc src/helper/tap-bridge-helper.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/819e09dac21a


---- WAF: fix Task.maxjobs=1 (for sudo); icc flags.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: waf wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/e0a27ec2991a


---- Python: wrap std::ostream/ofstream, for ascii tracing.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/ns3modulegen_core_customizations.py bindings/python/wscript examples/wifi-ap.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/ed59d07c5373


---- clean up transmit abort nonsense
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/3aca059abe63


---- add byte mode
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/drop-tail-queue.cc src/node/drop-tail-queue.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/7e0ff1be867a


---- quiet second.cc and third.cc when running as regression tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/second.cc examples/third.cc regression/tests/test-second.py regression/tests/test-third.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/761a6ee97850


---- Optimize Send/SendFrom on BridgeNetDevice by using the learned MAC associations when possible, instead of flooding to all bridge ports.
user: Aleksey Kovalenko <kovalenko at iitp.ru>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/b41ff644fd6e


---- bug 506 -- remove name version of SetPositionAllocator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/mobility-helper.cc src/helper/mobility-helper.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/511a086fde07


---- For regression testing, use python modules filecmp and difflib instead of an external diff command, to improve portability (e.g. mingw).  Closes #330.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: regression.py wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/272cabf60878


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: 
url: http://code.nsnam.org/raj/ns-3-dev/rev/53a87941480f


---- Rescan python bindings.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/1b2a20c85856


---- Print demangled callback signatures if they mismatch. bug #507
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/core/callback.cc src/core/callback.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/751691462d36


---- Missing include of stdlib.h for free() in callback.cc
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/core/callback.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/279c3dbe7572


---- tutorial fixes from Ruben Merz
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/raj/ns-3-dev/rev/11043ba9a122


---- Fix build of Python bindings on systems with no support for TabBridge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/ef9ae8962bbb


---- bug 500: make DcaTxop accessible through an attribute.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/42c89b271a69


---- bug 486: patches for icc compilation.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: examples/csma-star.cc examples/emu-udp-echo.cc src/common/packet-metadata-test.cc src/core/object.h src/devices/point-to-point/point-to-point-channel.cc src/devices/wifi/rraa-wifi-manager.cc src/internet-stack/ipv4-l3-protocol.cc src/node/queue.cc src/routing/olsr/olsr-header.cc src/simulator/time.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/da9be6abb1b2


---- bug 465: mixed-wireless.py does not work anymore.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/11cae8936153


---- bug 487: add association/disassociation hooks in Nqsta.
user: Francesco Malandrino <francesco.malandrino at gmail.com>
files: src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/a21c19c4cd81


---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/a598c8983ced


---- implement NS_GLOBAL_VALUE
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.cc src/core/global-value.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/49039ae7bc3d


---- remove uneeded blank line
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/global-value.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/4be8f8fc7756


---- add support for NS_ATTRIBUTE_DEFAULT
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-base.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/621e2ef9e7b8


---- bug 509: backoff CW growth is invalid
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/devices/wifi/dcf-manager.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/9494663cf1c9


---- Proposed RNG API changes
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examp!
 les/csma-raw-ip-socket.cc examples/csma-star.cc examples/first.cc examples/global-routing-slash32.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/star.cc examples/static-routing-slash32.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/wifi-wired-bridging.cc src/core/random-variable.cc src/core/random-variable.h src/devices/csma/backoff.cc src/mobility/random-direction-2d-mobility-model.cc src/routing/olsr/olsr-agent-impl.cc utils/run-tests.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/debf1a8a96d3


---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_simulator.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/7f7331a4c165


---- Merge
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: 
url: http://code.nsnam.org/raj/ns-3-dev/rev/bdce17c3a0e8


---- Expose RNG seed/run # to attributes; bindings update
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_simulator.py src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/73b49aa25221


---- Undo a change which does not compile
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/rng-stream.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/509a818e8cdf


---- Fix old code that crept in
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/86a97665dcb0


---- Commit Mathieu's coding style cleanup of random-variable
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/40e5d5af3c71


---- Apply Mathieu's change: remove all calls to SetSeed
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-bridge.py examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/first.cc examples/global-routing-slash32.cc examples/realtime-udp-echo.cc examples/second.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/star.cc examples/static-routing-slash32.cc examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/tcp-star-server.cc examples/third.cc examples/wifi-wired-bridging.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/f1d873a81159


---- Mathieu's patch: update users of GetSingleValue
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/devices/csma/backoff.cc src/devices/csma/backoff.h src/devices/wifi/random-stream.cc src/devices/wifi/random-stream.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/a08201e94eb2


---- Michelle's bounds patch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/b30027eeb387


---- Update the bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/b9158015b8aa


---- Remove the nonsensical GetSeed
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/4814b2348908


---- Update the bindings for GetSeed change
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/1a7aced59ed6


---- Get/Set the package seed in a static variable
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/6f9f859bae8b


---- Explicit cast and correction in wifi/RandomStream
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/devices/wifi/random-stream.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/8d2d1e6c390b


---- Sync with dev
user: raj at nsnam.ece.gatech.edu
files: 
url: http://code.nsnam.org/raj/ns-3-dev/rev/db7d9ee72d1d


---- Almost have env variable support for RNG right
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/core/rng-stream.cc src/core/rng-stream.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/7ec503ed040d


---- Fix previous changeset
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/random-variable.cc src/core/rng-stream.cc utils/run-tests.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/c070d2fca46d


---- Sync with ns-3-dev
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py examples/second.cc examples/third.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/6ef5bba17bf9


---- Rescan the bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_tap_bridge.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/f086b7b943b8


---- Merge in rng-changes branch
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/csma-star.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/4d3a27e39fa6


---- fix build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tap-wifi-dumbbell.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/f03281563857


---- kill dead API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/f6d7db7580ff


---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap_bridge.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/c35796bc0b4b


---- improve coherency between UniformVariable and RandomVariable, explain why the extra overload is necessary.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc src/core/random-variable.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/3d4788bd1ddd


---- add regression tests back
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/d84e644c9692


---- let GlobalValue do RNG environment variable processing
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/rng-stream.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/7c98934dcccd


---- win32 build fixes.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/49d337cba9db


---- align manual with new RNG code
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/random.texi
url: http://code.nsnam.org/raj/ns-3-dev/rev/b61705329366


---- clarify the working between SeedManager set/get seed and the underlying package seed, in comments
user: Tom Henderson <tomh at tomh.org>
files: src/core/random-variable.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/d1b2785e4509


---- Make ipv4-interface.h, ipv4-l3-protocol.h, and ipv4-static-routing.h private.  Closes #370.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py src/internet-stack/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/6e0c97efccd0


---- Bug 485: implement deserialization of normal/gaussian random variables
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/core/random-variable.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/c2d4a91bcc8a


---- fix for bug 468
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc src/internet-stack/arp-cache.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/724c9442a9f0


---- move private method to public
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/d0c112652632


---- handle zero-size attribute list.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-list.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/c82988c68a35


---- Compile python bindings with -fvisibility=hidden, when possible.  Closes #515.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/732b877beb23


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: 
url: http://code.nsnam.org/raj/ns-3-dev/rev/aa1bff27656c


---- Check if the compiler *really* supports -fvisibility=hidden.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/07f1fdd8a33e


---- Adding UniformVariable::GetInteger and using it to fix bug in RealRandomStream::GetNext.
user: Timo Bingmann <timo.bingmann at student.kit.edu>
files: src/core/random-variable.cc src/core/random-variable.h src/devices/wifi/random-stream.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/cc06d903ca09


---- StaticMobilityModel -> ConstantPositionMobilityModel, StaticSpeedMobilityModel -> ConstantVelocityMobilityModel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/third.cc examples/wifi-adhoc.cc examples/wifi-wired-bridging.cc samples/main-grid-topology.cc samples/main-propagation-loss.cc samples/main-random-topology.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-test.cc src/helper/mobility-helper.cc src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/mobility/constant-position-mobility-model.cc src/mobility/constant-position-mobility-model.h src/mobility/constant-velocity-mobility-model.cc src/mobility/constant-velocity-mobility-model.h src/mobility/mobility.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/mobility/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/3e8f8052e155


---- StaticSpeedHelper -> ConstantVelocityHelper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/constant-position-mobility-model.h src/mobility/constant-velocity-helper.cc src/mobility/constant-velocity-helper.h src/mobility/constant-velocity-mobility-model.h src/mobility/random-direction-2d-mobility-model.h src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.h src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/8b6b5fbc1976


---- bug 482: Add constant acceleration mobility model
user: Gustavo J. A. M. Carneiro <gjcarneiro at gmail.com>
files: src/mobility/constant-acceleration-mobility-model.cc src/mobility/constant-acceleration-mobility-model.h src/mobility/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/e57ced8f6660


---- update CHANGES.html
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/raj/ns-3-dev/rev/29587ce02a57


---- rescan python bindings
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_mobility.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/82be63aaf35a


---- set OnOffApplication::m_lastStartTime correctly (bug #490)
user: Tom Henderson <tomh at tomh.org>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/170eff4aba90


---- trace consistency changes
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-wired-bridging.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h 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/wifi/adhoc-wifi-mac.cc src/devices/wifi/mac-low.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/helper/yans-wifi-helper.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/fec2f830d015


---- Piles of changes for tracing rework
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc examples/csma-bridge.cc examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/csma-star.cc examples/dynamic-global-routing.cc examples/emu-udp-echo.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/realtime-udp-echo.cc examples/second.cc examples/star.cc examples/tap-wifi-dumbbell.cc examples/tcp-large-transfer.cc examples/tcp-nsc-zoo.cc examples/third.cc examples/udp-echo.cc examples/wifi-wired-bridging.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.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/wifi/adhoc-wifi-mac.cc src/devices/wifi/mac-low.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/!
 wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/helper/yans-wifi-helper.cc src/helper/yans-wifi-helper.h src/mobility/static-mobility-model.cc src/mobility/static-mobility-model.h src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/9d2e96c4e6e4


---- remove unneeded packet copies, includes.  Rescan
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_wifi.py src/devices/csma/csma-net-device.cc src/devices/emu/emu-net-device.cc src/devices/point-to-point/point-to-point-net-device.cc src/devices/tap-bridge/tap-bridge.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/5f837915710a


---- Update CHANGES.html
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/raj/ns-3-dev/rev/7b0c4017bc36


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/c6c745185930


---- add TraceAll False parameter for API change
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge.py
url: http://code.nsnam.org/raj/ns-3-dev/rev/c5d79ee51ffc


---- Set TCP ACK whenver connection is established (closes bugs 499 and 198)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/78d709bebd55


---- add ACKs to naked FINs
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/5ae6683ea586


---- Minor fix to stats example.
user: tjkopena at cs.drexel.edu
files: examples/stats/wifi-example-sim.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/125101b3e24d


---- Add MacPromiscRx, make MacRx non-promisc
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.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/wifi/adhoc-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/b40ce56e0247


---- xml support for ConfigStore
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/attribute-default-iterator.cc src/contrib/attribute-default-iterator.h src/contrib/attribute-iterator.cc src/contrib/attribute-iterator.h src/contrib/config-store.cc src/contrib/config-store.h src/contrib/file-config.cc src/contrib/file-config.h src/contrib/gtk-config-store.cc src/contrib/gtk-config-store.h src/contrib/raw-text-config.cc src/contrib/raw-text-config.h src/contrib/wscript src/contrib/xml-config.cc src/contrib/xml-config.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/fb4423206618


---- make sure we build, even if libxml2 could not be found.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/6b73669bb592


---- decrease version requirements.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/wscript
url: http://code.nsnam.org/raj/ns-3-dev/rev/bd3eab705407


---- change API based on comments from tom.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc src/contrib/config-store.h src/contrib/gtk-config-store.cc src/contrib/gtk-config-store.h
url: http://code.nsnam.org/raj/ns-3-dev/rev/d995bb4131c1


---- don't exit on save
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/config-store.cc
url: http://code.nsnam.org/raj/ns-3-dev/rev/196e20a32b50


---- Merge XML config-store
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: 
url: http://code.nsnam.org/raj/ns-3-dev/rev/0ffffb0b92c2




More information about the Ns-commits mailing list