[Ns-commits] salumu/ns-3-mih

code@nsnam-code.ece.gatech.edu code at nsnam-code.ece.gatech.edu
Sat Oct 4 02:31:02 PDT 2008


---- new manual chapter on TCP
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi doc/manual/tcp.texi
url: http://code.nsnam.org/salumu/ns-3-mih/rev/857ef81c572d


---- Add chapter on realtime scheduler to manual
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/manual.texi doc/manual/realtime.texi
url: http://code.nsnam.org/salumu/ns-3-mih/rev/2ecac911b3ec


---- Added tag ns-3.2 for changeset 2ecac911b3ec
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/salumu/ns-3-mih/rev/34d3f0952500


---- nsc: make sure nsc has a configured interface
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-tcp-l4-protocol.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/ad0c222a18be


---- nsc: avoid unecessary use of posix headers
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/fed597b0583e


---- mispeeling in introduction.texi
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/introduction.texi
url: http://code.nsnam.org/salumu/ns-3-mih/rev/fd3a9f294807


---- the sink must be enabled on node 2
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/simple-error-model.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/9f5d59e52e38


---- use better variable names.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-one-subnet.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/249ec8d21b24


---- make sure that the sinks are started
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-bridge.cc examples/csma-bridge.py
url: http://code.nsnam.org/salumu/ns-3-mih/rev/594e2052e5b2


---- make sure sinks are started
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-one-subnet.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/458bc4845806


---- nsc: delay creating nsc interface using ScheduleNow ().
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h
url: http://code.nsnam.org/salumu/ns-3-mih/rev/36bddd3732c7


---- fix build with gcc 4.3.0
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/f22f8ab3f6f5


---- Allow interrupting PyBindGen fetching, via Ctrl-C, for the impatient developers.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/salumu/ns-3-mih/rev/3307abd75322


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: 
url: http://code.nsnam.org/salumu/ns-3-mih/rev/e09a1bd54909


---- Get newer pybindgen, for stl containers support
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/salumu/ns-3-mih/rev/3748390f3608


---- Need to acquire the Python GIL also in ~PythonEventImpl, as it may be called at any time from the C++ code, from any thread.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/ns3module_helpers.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/38ace50047e1


---- change button label to be more explicit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/b663cbec7661


---- hide window when starting simulation.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/53be615ed881


---- add private operator = to disable it
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/salumu/ns-3-mih/rev/c27c944e2ec4


---- Exit WAF after processing --python-scan to avoid incorrect builds, since WAF does not handle well files being generated into the source dir instead of the build dir
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/salumu/ns-3-mih/rev/d5a2890666e3


---- merge
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: 
url: http://code.nsnam.org/salumu/ns-3-mih/rev/27880cdd0019


---- Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
user: Gustavo J. A. M. Carneiro  <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/salumu/ns-3-mih/rev/ca97a92eb7d0


---- bug 337
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/address.cc src/node/address.h
url: http://code.nsnam.org/salumu/ns-3-mih/rev/af204a958bb0


---- bug in script-- Stop not being called
user: Tom Henderson <tomh at tomh.org>
files: examples/simple-alternate-routing.cc
url: http://code.nsnam.org/salumu/ns-3-mih/rev/ee3519505ec2




More information about the Ns-commits mailing list