[Ns-commits] jpelkey3/ns-3-nix-vector-routing
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Tue Jun 9 13:31:18 PDT 2009
---- new tags
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html bindings/python/ns3_module_common.py examples/stats/wifi-example-apps.cc samples/main-packet-tag.cc src/applications/udp-echo/udp-echo-server.cc src/common/byte-tag-list.cc src/common/byte-tag-list.h src/common/packet-tag-list.cc src/common/packet-tag-list.h src/common/packet.cc src/common/packet.h src/common/tag-list.cc src/common/tag-list.h src/common/tag.h src/common/wscript src/contrib/delay-jitter-estimation.cc src/devices/wifi/mac-low.cc src/devices/wifi/qos-utils.cc src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-remote-station-manager.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-test.cc src/node/address.h src/node/packet-socket.cc utils/bench-packets.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/07d34c0d8d18
---- update documentation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/d70501bf2b14
---- remove byte tags too
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/e87bd21d2f99
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html bindings/python/ns3_module_common.py src/common/tag-list.cc src/common/tag-list.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/e865dbc1d157
---- update manual for new tag API
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/figures/packet.dia doc/manual/packets.texi
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/5e742340ef51
---- remove dead reference to EnableMetadata
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.h
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/7b4adb81e21e
---- doh. stupid, stupid, untested typo.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/udp-echo/udp-echo-server.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/3135a5c24358
---- bug 556: DcfManager does not handle AckTimeout properly when there are multiple queues
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/dcf-manager-test.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/wifi-mac.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/b2654e0f071d
---- bug 583: Simulator::SetImplementation not implemented
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/c3a4c70f37d0
---- bug 581: error in double include of dcf-manager.h
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/dcf-manager.h
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/d373c2f06a29
---- bug 584: NAV duration is set incorrectly in MacLow::DoNavResetNow
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/d21a2eafb84d
---- bug 580: doxygen introspection does not document global values
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/544c9d637ff1
---- Backed out changeset d21a2eafb84d
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/d7e974543905
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/d7b076b76ae3
---- Nix-vector implementation finally works for examples/first.cc
user: Josh Pelkey <jpelkey at ece.gatech.edu>
files: src/internet-stack/ipv4-static-routing-impl.cc src/routing/nix-vector-routing/nix-vector-routing.cc src/routing/nix-vector-routing/nix-vector-routing.h src/routing/nix-vector-routing/nix-vector.cc src/routing/nix-vector-routing/nix-vector.h src/routing/nix-vector-routing/wscript
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/f8a3d7fe36d4
---- Merge with ns-3-dev tip
user: Josh Pelkey <jpelkey at ece.gatech.edu>
files: src/common/tag-list.cc src/common/tag-list.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/f7a6c69ac7ae
---- Cleaned up code and comments, added some functionality to nix-vector-routing
user: Josh Pelkey <jpelkey at ece.gatech.edu>
files: src/routing/nix-vector-routing/nix-vector-routing.cc src/routing/nix-vector-routing/nix-vector-routing.h src/routing/nix-vector-routing/nix-vector.cc src/routing/nix-vector-routing/nix-vector.h
url: http://code.nsnam.org/jpelkey3/ns-3-nix-vector-routing/rev/6cb0ac0cb3a7
More information about the Ns-commits
mailing list