[Ns-commits] mathieu/ns-3-doc
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Thu Apr 17 15:49:51 PDT 2008
---- make duplicate aggregations fail; avoid duplicate aggregations
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-broadcast.cc examples/csma-multicast.cc src/core/object.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/9c2cfada5e72
---- Add support for TCP cwnd tracing
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/config.cc src/core/traced-value.h src/internet-node/tcp-socket.cc src/internet-node/tcp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/ea31499ecbfb
---- Shorten Tcp attribute names (bug 163)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/node/tcp.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/413ef952ea19
---- allocate/deallocate buffer by hand.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tags.cc src/common/tags.h
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/9fa2f44cdafa
---- ensure that out PcapTraces are generated in a consistant format to allow simple comparison of traces against a single set of reference traces.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/pcap-writer.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/5a7ae076410e
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/ebc23fe98852
---- Backed out changeset 9fa2f44cdafa
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tags.cc src/common/tags.h
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/4ebd61a5612c
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/30c9b48a3af3
---- Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
user: Gustavo Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/db4e803514cb
---- fix bug reported by Gustavo Carneiro: AP does not reply to ARP request.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/7d6721a53b51
---- Fix bug 168: Socket::SendTo does not return the number of bytes sent for udp sockets.
user: Liu Jian <liujatp at gmail.com>
files: src/internet-node/udp-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/843e6218834f
---- bug 143: rename scheduler files
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/heap-scheduler.cc src/simulator/heap-scheduler.h src/simulator/list-scheduler.cc src/simulator/list-scheduler.h src/simulator/map-scheduler.cc src/simulator/map-scheduler.h src/simulator/scheduler-heap.cc src/simulator/scheduler-heap.h src/simulator/scheduler-list.cc src/simulator/scheduler-list.h src/simulator/scheduler-map.cc src/simulator/scheduler-map.h src/simulator/simulator.cc src/simulator/wscript utils/bench-simulator.cc utils/replay-simulation.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/66dd24c80d75
---- update testcase to deal with the return value of Socket::Send. Make sure udp packets are copied before going down the ip stack.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/udp-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/5092e8290b9b
---- bug 150: CommandLine::Parse argc parameter should not be a reference
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/command-line.cc src/core/command-line.h
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/3573d91994cc
---- Fix bad usage of std container iteration and erase () all over OLSR code; closes #171; thanks to Liu Jian for spotting and submitting an initial patch.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-state.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/5d4ff983595b
---- Fix for bug 166
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/8ef8431d56d5
---- Address instances of different m_type's should compare differently; closes #173.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/address.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/6244ea5e7831
---- bug 107
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-node/arp-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/d2d179640630
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/67a8290b9336
---- Add assertion to detect TimeUnit<N> divide by zero (if not detected, it creates an infinite loop)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/nstime.h
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/8a616a8b723a
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-broadcast.cc examples/csma-multicast.cc src/core/command-line.cc src/core/config.cc src/core/object.cc src/core/traced-value.h src/devices/wifi/dca-txop.cc src/internet-node/tcp-socket.cc src/node/address.cc src/node/tcp.cc src/routing/olsr/olsr-agent-impl.cc src/simulator/nstime.h src/simulator/scheduler-heap.cc src/simulator/scheduler-heap.h src/simulator/scheduler-list.cc src/simulator/scheduler-list.h src/simulator/scheduler-map.cc src/simulator/scheduler-map.h src/simulator/simulator.cc
url: http://code.nsnam.org/mathieu/ns-3-doc/rev/d76553495b91
More information about the Ns-commits
mailing list