[Ns-commits] tomh/ns-3-ip
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Mon Oct 6 17:37:11 PDT 2008
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b198b3d06e86
---- use fully-qualified c++ typename to allow using macros outside of the ns3 namespace.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/67786573098a
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5bb36e3c54d6
---- Misspelling in AUTHORS file
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: AUTHORS
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b459941d6287
---- bug 266: src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ce35418645e9
---- revised patch to fix bug 253
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc src/internet-stack/arp-cache.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a18520551cdf
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8a4b1d0ae55c
---- Python: use hash() as temporary workaround to check if two objects with different wrappers are underneath the same.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript utils/python-unit-tests.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f725f0e0d6b7
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/794671c6a8a1
---- bug 269: revert parts of 9e763021e045 and add comments to avoid getting these again.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b8cccd54da26
---- 128 column pages
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/backoff.cc src/devices/csma/backoff.h src/devices/csma/csma-channel.cc src/devices/csma/csma-channel.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0261c789e17e
---- Add CHANGES.html
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/16005bad2e0b
---- sort out various MTU options
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/udp-echo.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cba7b2b80fe8
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/11bfc339df59
---- actually use CHANGES.html
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7a3c6148c22d
---- repeat the virtual keyword in the subclass
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ed1383c30766
---- Comment to clarify MTU policy was insufficiently clear
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c7f569b69dd9
---- Python: re-scan API; unblock python threads during Simulator::Run; new pybindgen brings improved thread safety for virtual methods.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_csma.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_simulator.py bindings/python/ns3modulescan.py bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/eb17407147c3
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e7504020e45b
---- Add bounds checking asserts to Node::GetApplication, NodeList::GetNode, and Node::GetDevice.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/node-list.cc src/node/node.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fe3945d67a88
---- Oops, typo (evil copy-paste)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/node/node.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/308a7d84b18f
---- Bug #270: Simulator::RunOneEvent
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_simulator.py src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/88e9cee20461
---- remove Node::GetFirstApplication checked in changeset 38b8549b1ad3 by mistake.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py src/node/node.cc src/node/node.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/dacc57c5d31f
---- implement WifiNetDevice::SendFrom
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5ba130a7f519
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e101960f06de
---- ensure type is registered
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a6113320f46a
---- Rescan API (due to wifi changes to support bridging)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b179468df160
---- remove uneeded virtual keyword
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4bc5b06f92df
---- use the right log component name for PacketSink. use NS_LOG_FUNCTION.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/packet-sink/packet-sink.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b2ef6249a724
---- rm examples/tcp-2way.cc
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-2way.cc examples/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5c7524e89e10
---- bug 276: bridge netdevice has no helper class.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-bridge.cc src/helper/bridge-helper.cc src/helper/bridge-helper.h src/helper/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/028b7de98fb1
---- bug 275: Queue::Peek should return Ptr<const Packet>
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_node.py src/node/drop-tail-queue.cc src/node/drop-tail-queue.h src/node/queue.cc src/node/queue.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4b8ef7da0ac3
---- make sure we don't attempt to read outside of ourselves when deserializing a header for printing.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet-metadata.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/076ae3766f27
---- allow attribute setters to fail.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-accessor-helper.h src/core/attribute-test.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1548d7e3604f
---- Stub TcpSocketImpl unit test
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/10c667a90efa
---- make it build with gcc 4.1.3
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fdf978993930
---- fully qualify class name to use macro outside of ns3 namespace.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/log.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b1744fac67da
---- Make TypeId(const char * name) explicit (bug 281)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/core/type-id.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e5c71362e669
---- Add a test to TcpSocketImpl unit tests
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a88c0d54e43b
---- Add another test to TcpSocketImplTest
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/46446b2e3c9d
---- Use scheduler to call up the stack in SimpleNetDevice (bug 287)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/node/simple-channel.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e170f2c17e03
---- Refactor OnOff so Start doesn't immediate close the socket (bug 259)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/applications/onoff/onoff-application.cc src/applications/onoff/onoff-application.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/016c70fa60d8
---- remove uneeded EnableMetadata calls
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc examples/mixed-wireless.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/087b1b45b3b5
---- Python: ignore TracedCallback classes for the time being: they were never usable and were triggering pybindgen generate code compilation problems.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulescan.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ab1673dcdf58
---- Python: fix bad parameter passed into pybindgen.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/99f49426595a
---- Rescan Python bindings
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/427638d49248
---- New PyBindGen version needed.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1ca4a0f2e4f4
---- Don't scan python bindings until the everything.h file to be scanned is generated. Closes #288.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/15fe83e15ff5
---- New pybindgen version, fixes a couple of bugs caught by regression testing.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/db139d2d728e
---- Make copy constructors of some wifi classes private so that pybindgen won't use them (they are not usable)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/04315a10b9c1
---- New PyBindGen version and API rescan: adds missing copy constructors, and generates __copy__ methods so that python's copy.copy() works on our objects.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_wifi.py bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3685ab98e4b2
---- Fix a unit test typo (thanks Providence Salumu Munga
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9358e0be63d2
---- New PyBindGen, fixes python wrapper identity issue.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript utils/python-unit-tests.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cecda7126440
---- bug 285: NetDevice base class should define an attribute Mtu.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e60083af704c
---- bug 273: constify packet pointers.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/internet-stack/arp-l3-protocol.cc src/internet-stack/arp-l3-protocol.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/node/net-device.h src/node/node.cc src/node/node.h src/node/packet-socket.cc src/node/packet-socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e5ab96db540e
---- shared Mac48 multicast code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/csma/csma-net-device.cc src/devices/wifi/wifi-net-device.cc src/node/mac48-address.cc src/node/mac48-address.h src/node/simple-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4eaf02702f17
---- repeat enum keyword.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/42988e5cce5e
---- document API change
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fbf628eb3ca6
---- bug 273: fix python bindings.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b822851cb95d
---- bug 279: Packets need metadata support for printing without header checking
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc src/common/packet-metadata.cc src/common/packet-metadata.h src/common/packet.cc src/common/packet.h src/helper/csma-helper.cc src/helper/point-to-point-helper.cc src/helper/wifi-helper.cc utils/bench-packets.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/065488d0420c
---- Bridge documentation (#286)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/bridge/bridge-channel.h src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6d041a5be1db
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/bridge/bridge-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bfea2a4da368
---- remove dead code.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/uid-manager.cc src/core/uid-manager.h src/core/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1c401259af61
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/acd6d5b9c40d
---- doxygen OnOffHelper.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/on-off-helper.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e24c4db6fd71
---- Pull in Mathieu's PyBindGen fix.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6c3efec9cbe6
---- add realtime simulator and associated tests
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/realtime-udp-echo.cc examples/wscript regression/tests/test-realtime-udp-echo.py src/simulator/default-simulator-impl.cc src/simulator/event-impl.cc src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/synchronizer.cc src/simulator/synchronizer.h src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h src/simulator/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5aa65b1ea001
---- ifdef out ability to feed real-time through simulator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e388935fa948
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/385bdac52fd3
---- forgot to remove uneeded copy
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/node.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/775d9648a294
---- don't assume posix compatibility means posix clocks
user: craigdo at craig-dowells-imac.local
files: src/simulator/wall-clock-synchronizer.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/92ef80f0352e
---- expunge any mention of the possibility that the real-time simlator could operate in real-time mode
user: craigdo at craig-dowells-imac.local
files: src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e0a429cb5811
---- RealTimeSimulatorImpl::EnableLogTo() is not implemented, remove it from the header file.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b96af8dc8abf
---- Require new PyBindGen (now ignores the badly scanned anonymous containers that cause problems on cygwin) and rescan API.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/728eb3f583b3
---- bug 299: packet socket broken by promiscuous update
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/csma-packet-socket.cc src/node/packet-socket.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/01bebf28addd
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ff3a7dc79a7e
---- Stats module and example merged in.
user: tjkopena at cs.drexel.edu
files: examples/stats/README examples/stats/data.db examples/stats/wifi-default.data examples/stats/wifi-default.eps examples/stats/wifi-example-apps.cc examples/stats/wifi-example-apps.h examples/stats/wifi-example-db.sh examples/stats/wifi-example-sim.cc examples/stats/wifi-example.gnuplot examples/stats/wscript examples/wscript src/contrib/stats/basic-data-calculators.h src/contrib/stats/data-calculator.cc src/contrib/stats/data-calculator.h src/contrib/stats/data-collector.cc src/contrib/stats/data-collector.h src/contrib/stats/data-output-interface.cc src/contrib/stats/data-output-interface.h src/contrib/stats/omnet-data-output.cc src/contrib/stats/omnet-data-output.h src/contrib/stats/packet-data-calculators.cc src/contrib/stats/packet-data-calculators.h src/contrib/stats/sqlite-data-output.cc src/contrib/stats/sqlite-data-output.h src/contrib/stats/time-data-calculators.cc src/contrib/stats/time-data-calculators.h src/contrib/stats/wscript src/contrib/wscript src/wscr!
ipt
url: http://code.nsnam.org/tomh/ns-3-ip/rev/44b0bc6817c6
---- Some cleanup.
user: tjkopena at nsnam-code.ece.gatech.edu
files: examples/stats/data.db examples/stats/wifi-default.data examples/stats/wifi-default.eps
url: http://code.nsnam.org/tomh/ns-3-ip/rev/05f0716c9c36
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2e2ad3734b58
---- Python: fix constructor wrapper name for templated ns3::Objects.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen_core_customizations.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/352cfe96e593
---- New pybindgen and API rescan. Extensive API description files changes because pybindgen now handles consts differently.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3modulegen_generated.py bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b6804efbe16b
---- Fix compilation of Python bindings when libsqlite3 is not available (and so the class SqliteDataOutput is omitted).
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1f5d9b97a1a2
---- bug 303: return value should not be const
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/stats/data-calculator.cc src/contrib/stats/data-calculator.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f6abfdf47163
---- ipv4-end-point-demux: add method to fetch list of all endpoints
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/ipv4-end-point-demux.cc src/internet-stack/ipv4-end-point-demux.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4631eaaf84c4
---- nsc: core files.
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-sysctl.cc src/internet-stack/nsc-sysctl.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-factory-impl.cc src/internet-stack/nsc-tcp-socket-factory-impl.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e6374560e19e
---- nsc: enable network simulation cradle
user: Florian Westphal <fw at strlen.de>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/wscript src/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9e5eaef3e082
---- nsc: example files.
user: Florian Westphal <fw at strlen.de>
files: examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5818912ae9a3
---- merge nsc phase one
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wscript src/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/048d80fcffde
---- catch KeyError exception to avoid failing when sqlite or gtk are not installed
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/96fa2a7b5f88
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b6cf80679b72
---- bug 274: bridge must detect compatibility of devices with bridging mode
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_wifi.py src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/node/net-device.h src/node/node.cc src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4eb48239b4dc
---- use Mac48Address::GetMulticast to avoid code duplication
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0404af4cacf0
---- improve debugging output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/692e616413a3
---- use std::string instead of raw string
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/ssid.cc src/devices/wifi/ssid.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/53e2e87aebd0
---- bug 282: remove Ipv4L4Demux
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_wifi.py src/internet-stack/internet-stack.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h src/internet-stack/ipv4-l4-protocol.cc src/internet-stack/ipv4-l4-protocol.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/wscript utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ad0a36bfdb62
---- make nsc build again.
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/701de46de742
---- add missing aggregate removed by previous commit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a006e29edaae
---- Fix build when ns3_module_*__local.py files are used.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f548d13ffd4e
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/967bf4132c6f
---- update AUTHORS, CHANGES, RELEASE_NOTES for ns-3.2
user: Craig Dowell <craigdo at ee.washington.edu>
files: AUTHORS CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/dfd634417b8d
---- Added tag ns-3.2-RC1 for changeset dfd634417b8d
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8feda39dff1f
---- nsc: Fix build problem if gtk config store is disabled
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/693faf7f4e9b
---- move Address and ack timeout down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6c39b712a535
---- move cts timeout down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fe35e5be4b78
---- move sifs down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7b209b3b6af2
---- move slot and pifs down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/721bd46c15f8
---- move GetBssid down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_wifi.py src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/dca-txop.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5888dfe3f245
---- remove unecessary include
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b179502b5ec6
---- implement SendFrom correctly
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e8e41feee205
---- implement SupportsSendFrom
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/da21b3e410b6
---- implement promisc mode
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_wifi.py src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a84d99890289
---- We cannot default-construct the position of a mobility model.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-model.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/60f2abc7df58
---- make sure to propagation the address down to the MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/eb9b8020bd68
---- make sure we convey the right 'to' address to the NetDevice layer.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e75787538c9a
---- from and to addresses were inverted
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/63b5da6fee38
---- forward a frame back to the wireless network only if the destination is associated, is a broadcast or multicast packet.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/475d6e5d6794
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_wifi.py src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ab843919beb1
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5950066a1592
---- Update PyBindGen, fixes compilation with python 2.4.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/10bac9e67669
---- bug 309: GtkConfigStore does not build on freebsd.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4925c4225148
---- Adjust LD_LIBRARY_PATH for FreeBSD also; fallback to adjusting LD_LIBRARY_PATH when we don't know any better.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/74aeed0b0334
---- add NetDeviceContainer constructors
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/net-device-container.cc src/helper/net-device-container.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8100abafd21d
---- testcase for wifi bridging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc examples/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/660d3a0c40cd
---- add wifi+wired bridge example
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1fec65ceb523
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/da5482f27f7e
---- Disable Python support on the CygWin platform, at least until/if the problems are fixed.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a97d3ed04035
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/25871ba19a71
---- forgot to add test file
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: regression/tests/test-wifi-wired-bridging.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/378795604085
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a74c78bfc304
---- bug 312: ./waf check fails.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5209cecd2ade
---- New pybindgen, should fix bug #308.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/422ce0c7bd20
---- Add a summary of optional features at the end of the configuration stage.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/contrib/stats/wscript src/contrib/wscript src/internet-stack/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/30afad8324d5
---- We don't want mercurial -q option when fetching nsc, user feedback is important.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2438df52233e
---- Exclude any possible 'nsc' folder from the dist tarball (nsc is ~= 100MB).
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/672f2a6de8b4
---- Move all NSC related build code into src/internet-stack, to unclutter a bit the main wscript
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a9c05c7e54f2
---- further cleanup of MTU in CSMA
user: craigdo at ee.washington.edu
files: examples/realtime-udp-echo.cc examples/udp-echo.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/367ae1cba60f
---- MTU, encap mode cleanup for csma
user: craigdo at ee.washington.edu
files: examples/csma-multicast.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0aa446f659d9
---- branch merge
user: craigdo at ee.washington.edu
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d52cce4f1d6c
---- apply MTU/FrameSize treatment to point-to-point
user: craigdo at ns-test
files: bindings/python/ns3_module_csma.py bindings/python/ns3_module_helper.py src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/aa1fb0f43571
---- flip LLC to DIX framing switch in csma
user: craigdo at ns-test
files: src/devices/csma/csma-net-device.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fedc8b314171
---- add AddIpv4Stack, splt functions in independent chunks
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/abab38fa09ab
---- compile nsc code unconditionally.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc src/internet-stack/nsc-sysctl.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/sim_errno.h src/internet-stack/sim_interface.h src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cddd59578812
---- make sure aid is initialized
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mgt-headers.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2aee7df86786
---- For better consistency, option --nsc becomes --enable-nsc, --python-disable becomes --disable-python.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a6d8bf62a61d
---- no references to timespec if CLOCK_REALTIME undef
user: craigdo at ns-test
files: src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5edc4dfe0708
---- Use the information provided by conf.report_optional_feature() to enable/disable python bindings for optional APIs
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/8e69ebf086f1
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f21114ef31de
---- fix MinGW build
user: craigdo at ns-test
files: src/simulator/wall-clock-synchronizer.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0acb1792ffb1
---- just remove hires clocks from wall-clock-synchronizer until they are needed
user: craigdo at ns-test
files: src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/00938a81ad10
---- Fix TCP closedown FINs, and remove broken tcp-erros example (bug 242)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-errors.cc examples/tcp-large-transfer.cc examples/wscript src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-typedefs.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/7afa66c2b291
---- Implement TCP finite rx buffer (bug 239)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/pending-data.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/node/tcp-socket.cc src/node/tcp-socket.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5d836ab1523b
---- Update CHANGES.html to reflect the last two changesets
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5a0182408867
---- Don't build realtime simulator if required core components aren't built
user: craigdo at ns-test
files: src/simulator/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2b2f692044d8
---- Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cd704871a4ed
---- Detect the pthread.h header file and automatically disable components that cannot build without it.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py src/core/wscript src/simulator/event-impl.h src/simulator/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f912b24ddf2d
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/tcp-errors.cc src/simulator/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/c1a2ee633ab5
---- Missing include
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/516c4f22d251
---- bug 316: make nsc compilation conditional again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9a2b20293ae5
---- update release notes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f17da31d6081
---- update build matrix
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: README
url: http://code.nsnam.org/tomh/ns-3-ip/rev/b6724ca12da9
---- add msvc to set of platforms known to not work
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: README
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cf7200b67f16
---- do not reserve space for unwritten data to avoid memory initialization problems
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mgt-headers.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/878961da459c
---- make sure to destroy all left-over memory before exit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bf33e34f8cd0
---- make mobility helper ascii output more robust to formatting portability problems.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/mobility-helper.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/67ca221a24bb
---- should set retry bit in acks.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f44b66348690
---- should set retry bit in rts and acks.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/653395340b5c
---- don't use bitfields: they are evil.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-header.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/0ae474317c28
---- initialize m_ctrlPwrMgt
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-header.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/07850bede91a
---- initialize sta listen interval
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mgt-headers.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/eb4d8f900458
---- Problem of Python bindings in MinGW has been fixed
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: README bindings/python/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/457fea62fbdd
---- bug 322: download nsc from released location if in 'release' mode.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e10e48cbce9c
---- Use subprocess.Popen instead of os.system to improve portability of the regression testing framework
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/31e3bf84da41
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/596f2bd3c39c
---- prep for ns-3.2-RC2
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ba90a28f8c59
---- fix typo to allow cloning traces when they are not there yet
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5e2260309dca
---- enable nsc when nsc enabled
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/wscript src/simulator/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e96e61efb9a5
---- Stop the /dev/null redirection abuse
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/81b9840155de
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/eacfb4274caa
---- nsc: remove nsc builddir symlink
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/817729f77408
---- nsc: fix liblinux2.6.18.so sym link creation
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/319eb29611b1
---- Added tag ns-3.2-RC2 for changeset 319eb29611b1
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9ecfcb3e3868
---- nsc: rework tcp-nsc-zoo example
user: Florian Westphal <fw at strlen.de>
files: examples/tcp-nsc-zoo.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/266033a58f24
---- Make the WAF env available to regression tests
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression/tests/test-udp-echo.py wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/62e8f20e7e8d
---- Check for mercurial in configuration stage; also fixes OSError exception when mercurial was not available.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/33334b53632f
---- Check the return value of read(); Fixes #336.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/core/random-variable.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3a4021da265d
---- Do not assert. Use NS_FATAL_ERROR.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/random-variable.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/07fdb67e52bb
---- make sample run.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-propagation-loss.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/ff830e19eced
---- bug 333:The Position attribute is not constructable anymore.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/propagation-loss-model.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d3c79037d422
---- fix bug 338, MTU overflows frameSize
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/cef8288d30ae
---- release_steps.txt nits
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/release_steps.txt
url: http://code.nsnam.org/tomh/ns-3-ip/rev/05797303259b
---- update RELEASE_NOTES known issues
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d783a951f8f5
---- Added tag ns-3.2-RC2-bis for changeset d783a951f8f5
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6be565850b18
---- fix formatting
user: Tom Henderson <tomh at tomh.org>
files: CHANGES.html
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9e2dde61057c
---- some release notes edits
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/bef19c2939f2
---- add reference to wiki page
user: Tom Henderson <tomh at tomh.org>
files: doc/build.txt
url: http://code.nsnam.org/tomh/ns-3-ip/rev/e49a3c85cfd9
---- updates to the tutorial introduction
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/introduction.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/d8f140c053d1
---- doxygen for src/contrib
user: Tom Henderson <tomh at tomh.org>
files: src/contrib/contrib.h src/contrib/gtk-config-store.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/5e90a85aafaa
---- Doxygen for internet-stack
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.h src/internet-stack/arp-header.h src/internet-stack/arp-ipv4-interface.h src/internet-stack/arp-l3-protocol.h src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-factory-impl.h src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/pending-data.h src/internet-stack/rtt-estimator.h src/internet-stack/sequence-number.h src/internet-stack/tcp-header.h src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-factory-impl.h src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-header.h src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-factory-impl.h src/internet-stack/udp-socket-impl.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/372f4475dc47
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/1f26d314ae20
---- don't try to download traces if they are already there.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fc078b692b68
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/9dfb5519f20a
---- don't change VERSION
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: VERSION
url: http://code.nsnam.org/tomh/ns-3-ip/rev/a60aeddab0fe
---- Make the example less verbose (for use in regression)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/csma-bridge.py
url: http://code.nsnam.org/tomh/ns-3-ip/rev/559a7114a1e6
---- Add python based csma-bridge regression test. Closes #344.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression/tests/test-csma-bridge.py regression/tests/test-wifi-wired-bridging.py wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/97c84e70a7db
---- fix some Doxygen warnings
user: Tom Henderson <tomh at tomh.org>
files: src/devices/csma/csma-net-device.h src/devices/wifi/wifi-mac.h src/internet-stack/arp-cache.h src/node/address.h src/node/net-device.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/3251aa0de5c8
---- merge with tip
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/rev/29473501ade8
---- freshen tutorial
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/getting-started.texi doc/tutorial/introduction.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/fa1c7b813873
---- Added tag ns-3.2-RC3 for changeset fa1c7b813873
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/tomh/ns-3-ip/rev/6105fe16df43
---- Add missing Python GIL locking in PythonEventImpl::Notify
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3module_helpers.cc
url: http://code.nsnam.org/tomh/ns-3-ip/rev/db14e253e614
---- Apply Sam's nsc regression patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: regression/tests/test-tcp-nsc-lfn.py src/internet-stack/wscript wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/71d93292bc49
---- document ConfigStore
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/attributes.texi
url: http://code.nsnam.org/tomh/ns-3-ip/rev/68218c266a84
---- Added tag ns-3.2-RC4 for changeset 68218c266a84
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/tomh/ns-3-ip/rev/f83d831768d7
---- mispeeling in RELEASE_NOTES
user: Craig Dowell <craigdo at ee.washington.edu>
files: RELEASE_NOTES
url: http://code.nsnam.org/tomh/ns-3-ip/rev/4eba9967700e
---- 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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/rev/fed597b0583e
---- mispeeling in introduction.texi
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/tutorial/introduction.texi
url: http://code.nsnam.org/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/rev/3307abd75322
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/rev/d5a2890666e3
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/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/tomh/ns-3-ip/rev/ee3519505ec2
---- merge with ns-3-dev
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/introduction.texi examples/tcp-2way.cc examples/tcp-errors.cc src/core/uid-manager.cc src/core/uid-manager.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/internet-stack/wscript
url: http://code.nsnam.org/tomh/ns-3-ip/rev/2f61426de853
---- Finish off first cut at Ipv4IfAddr
user: Tom Henderson <tomh at tomh.org>
files: scratch/ip.cc src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/24ab19368c88
---- further Ipv4IfAddr work
user: Tom Henderson <tomh at tomh.org>
files: scratch/ip.cc src/internet-stack/ipv4-impl.cc src/internet-stack/ipv4-impl.h src/internet-stack/ipv4-interface.cc src/internet-stack/ipv4-interface.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/node/ipv4-address.cc src/node/ipv4-address.h src/node/ipv4.h
url: http://code.nsnam.org/tomh/ns-3-ip/rev/24130cd2f1c0
More information about the Ns-commits
mailing list