[Ns-commits] craigdo/ns-3-rts

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Mon Feb 18 18:37:31 PST 2008


---- Fix broadcast packet reception for locally bound sockets (bug #136)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/internet-node/ipv4-end-point-demux.cc src/internet-node/ipv4-end-point-demux.h src/internet-node/ipv4-end-point.cc src/internet-node/ipv4-end-point.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-l4-protocol.h src/internet-node/tcp-socket.cc src/internet-node/udp-l4-protocol.cc src/internet-node/udp-l4-protocol.h src/internet-node/udp-socket.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/eec07777d1a2


---- Make the OLSR example a bit more complete, adding a 5th node, to exercise 3-hop routing.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/simple-point-to-point-olsr.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/6496b4d93372


---- OLSR: code cleanup, more extensive logging, many bug fixes.  Should also handle multiple interfaces better, now.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-state.cc src/routing/olsr/olsr-state.h src/routing/olsr/repositories.h src/routing/olsr/routing-table.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/caa15068fb3b


---- A couple more OLSR bug fixes
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/eadca3b1de1a


---- Fix TCP server socket connection notification (part of bug 132)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/6ae8117d4ffe


---- Make Packet::RemoveTag behave as documented (bug #139)
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/common/tags.h
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/9df551386a93


---- Check for malformed trace paths that do not start with '/'.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/core/trace-resolver.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/200875532591


---- Add support for tracing the OLSR routing table size.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/routing-table.h
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/5966c42cfea3


---- Make the OLSR routing protocol priority higher, not lower, than static routing.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: src/routing/olsr/olsr-agent-impl.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/1021234da54e


---- fix bug 137: Make Ipv4Address (uint32_t) constructor explicit. patch by Gustavo.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/ipv4-address.h
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/854dbe96e04c


---- bug 133: automate RandomVariable memory management.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h src/common/error-model.cc src/common/error-model.h src/core/random-variable-default-value.cc src/core/random-variable-default-value.h src/core/random-variable.cc src/core/random-variable.h src/devices/wifi/propagation-delay-model.cc src/devices/wifi/propagation-delay-model.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-direction-2d-mobility-model.h src/mobility/random-position.cc src/mobility/random-position.h src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.h src/mobility/random-waypoint-mobility-model.cc src/mobility/random-waypoint-mobility-model.h src/node/application.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/28ce210b91bb


---- initial release notes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/604a3bc1fbb3


---- update version number
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/a67dff79c5a4


---- fix doxygen.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.h
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/0aee22966821


---- avoid infinite recursion in Tcp callback (bug 131)
user: Tom Henderson <tomh at tomh.org>
files: src/internet-node/tcp-socket.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/7a249c7c28de


---- add Joe Kopena to AUTHORS list
user: Tom Henderson <tomh at tomh.org>
files: AUTHORS
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/ee5e1da76ecc


---- Added tag release-3.0.11 for changeset ee5e1da76ecc
user: Tom Henderson <tomh at tomh.org>
files: .hgtags
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/58701b08c49c


---- a few tweaks to the release steps document
user: Tom Henderson <tomh at tomh.org>
files: doc/release_steps.txt
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/85959d329c8c


---- thread sample
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-threads.cc samples/main-tw.cc
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/3a5d21ff62ff


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: 
url: http://code.nsnam.org/craigdo/ns-3-rts/rev/38d6198bbf72




More information about the Ns-commits mailing list