[Ns-commits] tomh/ns-3-ip

code@nsnam.ece.gatech.edu code at nsnam.ece.gatech.edu
Sun Oct 26 13:13:38 PDT 2008


---- tutorial typos fixed (bug 379)
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/21f40ccb03b3


---- Remove queue limit from listen
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/packet-sink/packet-sink.cc src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f0d8608ab155


---- rescan after bug 357 patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_core.py bindings/python/ns3_module_node.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/dab0c18b39a0


---- Apply patch to fix bug 363
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0e11474a0b92


---- rescan after 363 fix
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ca168a0544f2


---- Apply patch to fix bug 364
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/udp-socket-impl.cc src/node/packet-socket.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/362d7e1c12a6


---- bug 389: Beacon is sent after DIFS+Backoff instead of PIFS
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e676513eacbd


---- Liu's GetSockName patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/78c4c41557f3


---- rescan for bug 283
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/38f540bbb699


---- bug 386: make sure errno is not set incorrectly and don't access stale packets.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/317ccc4ebb4e


---- bug 339: unconditional assert API.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/abort.h src/core/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0eea20a7b592


---- rework StaticSpeedHelper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a2375aed06f3


---- Read correctly fractional seconds. Reported by Ramon Bauza
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/ns2-mobility-helper.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d00f1a3be3d0


---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_mobility.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/47f7000e0462


---- add ns2 mobility sample.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-ns2-mob.cc samples/ns2-mob.tr
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c81a20edffab


---- replace 	 with 8 spaces.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/node-container.cc src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9f384deadb46


---- bug 284: cannot use config paths to get a handle on an object.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.cc src/core/config.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/985324e2caaa


---- forgot to build ns2 mobility sample
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/eb2748908cc6


---- bug 280: trace helpers too inclusive
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/csma-helper.cc src/helper/point-to-point-helper.cc src/helper/wifi-helper.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/616c83eeb4b9


---- Apply thread interrupt patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/unix-system-thread.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2c655e67f7b1


---- structured thread exit methods
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-thread.h src/core/unix-system-thread.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cf62138bd445


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-thread.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2897f15e0de6


---- make star topologies easier to create
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/star.cc examples/wscript src/helper/ipv4-interface-container.cc src/helper/ipv4-interface-container.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a5895f134543


---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/80b84f35bde8


---- csma version of install star and example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-star.cc examples/wscript src/helper/csma-helper.cc src/helper/csma-helper.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/707acdf0f8b3


---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bb6349f0db35


---- class Ipv4RouteEntry plumbed in; start UDP changes
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-list-routing.h src/internet-stack/udp-socket-impl.cc src/node/ipv4-route.cc src/node/ipv4-route.h src/node/ipv4-routing.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ef7c0f5d70a8


---- Add logic for output processing in UDP
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/udp-socket-impl.cc src/node/ipv4-route.cc src/node/ipv4-route.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/42e527a48f97


---- Add forwarding functions to list routing object in Ipv4L3Protocol
user: Tom Henderson <tomh at tomh.org>
files: README.routing.api scratch/simple-global-routing-new.cc scratch/simple-point-to-point-olsr-new.cc scratch/udp-echo-new.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-list-routing.h src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a44ce14e4d43


---- plumb in a new synchronous routing method for Ipv4RoutingProtocol
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/internet-stack.cc src/internet-stack/ipv4-list-routing.cc src/internet-stack/ipv4-static-routing.cc src/internet-stack/ipv4-static-routing.h src/routing/olsr/routing-table.cc src/routing/olsr/routing-table.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/764b67451c5e




More information about the Ns-commits mailing list