[Ns-commits] fw/ns-3-nsc

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Fri Aug 29 02:19:34 PDT 2008


---- wscript: remove unneeded whitespace and obj.uselib = 'DL' statement.
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/wscript wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/5d82120cfd3c


---- Add comments to the tcp-nsc examples.
user: Florian Westphal <fw at strlen.de>
files: examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc src/internet-stack/internet-stack.cc src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/3b139bbd751b


---- New PyBindGen, fixes python wrapper identity issue.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript utils/python-unit-tests.py
url: http://code.nsnam.org/fw/ns-3-nsc/rev/cecda7126440


---- bug 285: NetDevice base class should define an attribute Mtu.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e60083af704c


---- bug 273: constify packet pointers.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/node/net-device.h src/node/node.cc src/node/node.h src/node/packet-socket.cc src/node/packet-socket.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e5ab96db540e


---- shared Mac48 multicast code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/csma/csma-net-device.cc src/devices/wifi/wifi-net-device.cc src/node/mac48-address.cc src/node/mac48-address.h src/node/simple-net-device.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/4eaf02702f17


---- repeat enum keyword.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/42988e5cce5e


---- document API change
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/fw/ns-3-nsc/rev/fbf628eb3ca6


---- bug 273: fix python bindings.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/fw/ns-3-nsc/rev/b822851cb95d


---- bug 279: Packets need metadata support for printing without header checking
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet.cc src/common/packet.h src/helper/csma-helper.cc src/helper/point-to-point-helper.cc src/helper/wifi-helper.cc utils/bench-packets.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/065488d0420c


---- Bridge documentation (#286)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/devices/bridge/bridge-channel.h src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/6d041a5be1db


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/bfea2a4da368


---- remove dead code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/uid-manager.cc src/core/uid-manager.h src/core/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/1c401259af61


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/fw/ns-3-nsc/rev/acd6d5b9c40d


---- doxygen OnOffHelper.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/on-off-helper.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e24c4db6fd71


---- Pull in Mathieu's PyBindGen fix.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/6c3efec9cbe6


---- add realtime simulator and associated tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/realtime-udp-echo.cc examples/wscript regression/tests/test-realtime-udp-echo.py src/simulator/default-simulator-impl.cc src/simulator/event-impl.cc src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/synchronizer.cc src/simulator/synchronizer.h src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h src/simulator/wscript
url: http://code.nsnam.org/fw/ns-3-nsc/rev/5aa65b1ea001


---- ifdef out ability to feed real-time through simulator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e388935fa948


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: 
url: http://code.nsnam.org/fw/ns-3-nsc/rev/385bdac52fd3


---- forgot to remove uneeded copy
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/775d9648a294


---- don't assume posix compatibility means posix clocks
user: craigdo at craig-dowells-imac.local
files: src/simulator/wall-clock-synchronizer.cc
url: http://code.nsnam.org/fw/ns-3-nsc/rev/92ef80f0352e


---- expunge any mention of the possibility that the real-time simlator could operate in real-time mode
user: craigdo at craig-dowells-imac.local
files: src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/e0a429cb5811


---- pull in ns-3-dev.
user: Florian Westphal <fw at strlen.de>
files: examples/wscript src/core/uid-manager.cc src/core/uid-manager.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/81f17e335aa1


---- Kill erroneous doxygen documentation.
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-tcp-socket-factory-impl.h
url: http://code.nsnam.org/fw/ns-3-nsc/rev/6ed1e52042c8




More information about the Ns-commits mailing list