[Ns-commits] craigdo/ns-3-tap-rework
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Mar 23 19:21:04 PDT 2009
---- 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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/rev/5f837915710a
---- Update CHANGES.html
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/7b0c4017bc36
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/rev/6b73669bb592
---- decrease version requirements.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/wscript
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/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/craigdo/ns-3-tap-rework/rev/196e20a32b50
---- Merge XML config-store
user: Raj Bhattacharjea <raj.b at gatech.edu>
files:
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/0ffffb0b92c2
---- Update the python bindings
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: bindings/python/ns3_module_contrib.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/7cb2938928d4
---- Fix src/contrib/wscript
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/contrib/wscript
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/88efddb08ce6
---- kill dead variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/udp-socket-impl.h
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/8827c9df85a3
---- must clear the list of routing protocols
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/6fe2d9ef88a9
---- Bugs 458, swap 2 LOC for 526
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tcp-large-transfer.cc examples/tcp-nsc-lfn.cc src/devices/point-to-point/point-to-point-net-device.cc src/internet-stack/internet-stack.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-factory-impl.cc src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/5854cddf4493
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/2050b1c0efdd
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/tap-wifi-dumbbell.cc src/devices/csma/csma-net-device.h src/devices/tap-bridge/tap-bridge.cc
url: http://code.nsnam.org/craigdo/ns-3-tap-rework/rev/141f01bbfa8b
More information about the Ns-commits
mailing list