[Ns-commits] gjc/ns-3-learning-bridge

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Tue Jul 8 06:40:34 PDT 2008


---- bug 245: build failure with gcc 4.3.x
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/buffer.h src/common/data-rate.cc src/common/tag-list.cc src/contrib/config-store.cc src/core/callback.h src/core/double.h src/core/integer.h src/core/uinteger.h src/devices/wifi/status-code.h src/devices/wifi/supported-rates.h src/helper/internet-stack-helper.cc src/helper/olsr-helper.h src/internet-stack/sgi-hashmap.h src/node/address.cc src/node/mac48-address.cc src/node/mac64-address.cc src/node/socket.cc src/routing/global-routing/global-route-manager-impl.cc src/simulator/time.cc utils/bench-packets.cc utils/bench-simulator.cc utils/replay-simulation.cc
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/6409d2460601


---- Add a tcp server example
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-star-server.cc examples/wscript
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/923e47a54fe8


---- Fix trace names to match documents in tcp-star-server
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-star-server.cc
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/8587b5520e63


---- avoid pygccxml warning.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/95bbf601167d


---- export new methods for language bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/30750f23d51a


---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: 
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/2f8c7ecfe3ba


---- do not make m_enable protected
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/error-model.cc src/common/error-model.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/e472358ea634


---- avoid pygccxml warning
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/int-to-type.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/184673f59f53


---- no need for protected variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/jakes-propagation-loss-model.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/51ff815f24a2


---- no need for protected variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/channel.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/c7c4fa162069


---- no need for protected variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/86a8eceb023e


---- avoid pygccxml warning.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/address.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/e91d3f7a2dae


---- no need to export this header
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/global-routing/wscript
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/37b35c72bc57


---- no need for protected members
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/routing/global-routing/candidate-queue.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/747aeace32ee


---- close socket upon PacketSink::StopApplication()
user: Tom Henderson <tomh at tomh.org>
files: src/applications/packet-sink/packet-sink.cc
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/a2ef1eb4c16d


---- Minor doc notes added to ipv4.h
user: tjkopena at cs.drexel.edu
files: src/internet-stack/wscript src/node/ipv4.h src/node/node.cc src/node/node.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/38b8549b1ad3


---- bug 232, references to Parameter obsolete
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-broadcast.cc examples/csma-multicast.cc examples/csma-one-subnet.cc examples/csma-packet-socket.cc examples/mixed-global-routing.cc examples/mixed-wireless.cc examples/simple-alternate-routing.cc examples/simple-error-model.cc examples/simple-global-routing.cc examples/simple-point-to-point-olsr.cc examples/tcp-large-transfer.cc examples/tcp-star-server.cc examples/udp-echo.cc src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/olsr-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/3cdd9d60f7c7


---- fix bug 234 which changes required methods on helpers to constructor parameters.  Update tutorial content to reflect.  Change RemoteIpv4 attribute to RemoteAddress.
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/tweaking.texi examples/first.cc examples/second.cc examples/third.cc examples/udp-echo.cc src/applications/udp-echo/udp-echo-client.cc src/helper/udp-echo-helper.cc src/helper/udp-echo-helper.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/d5f8e5fae1c6


---- some slips of the keyboard in tutorial
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/conceptual-overview.texi
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/f21d3d5926b9


---- sync with ns-3-dev
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/wscript src/node/node.cc src/node/node.h
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/73e90de6eb47


---- Adapt to evil API breakage
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: examples/csma-bridge.cc
url: http://code.nsnam.org/gjc/ns-3-learning-bridge/rev/4e4cb6a885ca




More information about the Ns-commits mailing list