Commit Graph

865 Commits

Author SHA1 Message Date
Peter D. Barnes, Jr.
ea4c4c364e Unix line endings 2013-11-14 09:22:14 -08:00
Daniel Lertpratchya
3cde3fa84b Update ns-3 wiki URL 2013-11-13 16:06:43 -05:00
Vedran Miletić
f781366d2e Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Juergen Rinas
1485913f48 bug 1766: throughput calculation fix; increase packetSize to 1400 bytes; corrected filenames of log output (?:-operator) 2013-10-08 06:33:02 -07:00
Tom Henderson
f765bcff0f remove trailing whitespace 2013-08-28 18:45:56 -07:00
Peter D. Barnes, Jr.
85e9ba3b48 bug 954: Changing the simulation time resolution does not work well with attributes
v.3 Responding to code review comments

https://codereview.appspot.com/6821106/
2013-08-14 16:52:06 -07:00
Peter D. Barnes, Jr.
8695d856a1 Link to bug num in bug database with \bugid{num} 2013-08-15 12:01:57 -07:00
Ghada Badawy
085a0eea39 partial 802.11n support 2013-08-13 22:05:25 -07:00
Tommaso Pecorella
81d40b0d40 Add "verbose" command line to IPv6 examples 2013-08-13 17:56:01 +02:00
Tommaso Pecorella
7dea6107f3 Remove obsolete StackHelper from IPv6 examples 2013-08-13 17:56:25 +02:00
Tommaso Pecorella
54564e2fa6 Bug 1702 - A router should't aways add itself as the default router 2013-08-07 23:18:48 +02:00
Tommaso Pecorella
c8cdd17d4d Bug 1728 - Radvd application is missing an Helper 2013-07-12 00:03:20 +02:00
Tommaso Pecorella
17e7d24deb Bug 1721 - Path MTU isn't handled properly 2013-08-12 06:51:18 +02:00
Tommaso Pecorella
ce46777402 Add IPv6 packet support to data collection 2013-08-11 12:34:17 +02:00
Tom Henderson
2a08426b17 data collection extensions for stats module 2013-08-08 06:40:41 -07:00
Junling Bu
546d448cb3 Bug 1675 - Throughput computation error in Wireless examples 2013-07-09 21:13:38 +02:00
Guowang Shi
70f2ea6e92 Bug 1688 - Routers should advertise themselves from the link-local address 2013-06-19 09:10:31 +02:00
Tom Henderson
1071fd3d46 move gnuplot support from src/tools to src/stats 2013-06-18 13:16:51 -07:00
Tom Henderson
e39173ac22 bug 1644: dispose of flow monitor objects from FlowMonitorHelper 2013-04-29 01:29:08 -07:00
Anh Nguyen
14506d5d6e Add BurstErrorModel class 2013-04-19 12:58:25 -07:00
Nicola Baldo
898e505917 fixed another module dependency in examples/tcp/wscript 2013-04-19 19:35:23 +02:00
Anh Nguyen
2000b34287 Westwood and Westwood+ 2013-04-18 15:57:07 -04:00
Nicola Baldo
d0f70a008d fixed a module dependency in examples/tcp/wscript 2013-04-05 17:31:44 +02:00
Brian Swenson
d2f222fb91 new ns3 nsc tcp comparison example. Updated tcp documentation 2013-03-29 10:27:53 -04:00
Vedran Miletić
80fe6e05ba Remove C headers and replace them by C++ headers if actually used 2013-03-26 22:11:05 +01:00
Andrey Mazo
ec4007ca27 make non-static global debugging-only functions static inline (bug 1170).
Compilers shouldn't warn on unused static inline function and just don't emit code for
them in optimized builds.
Also debugging-only functions don't pollute symbol tables.
2013-01-21 17:19:00 +04:00
Tom Henderson
f1734920c9 bug 954: back out changesets 1a2abe07b53d, 8934b7c0c1cb, and 8ef8d8bae350 2012-12-15 23:02:03 -08:00
Peter D. Barnes, Jr.
3086fb5c95 bug 954: Changing the simulation time resolution does not work well with attributes 2012-12-08 21:23:44 -08:00
Daniel Lertpratchya
b69e3c1278 Bug 1361 - Set TOS from Application level (sockets) 2012-11-20 17:52:39 -05:00
Tom Henderson
38f973aa5c bug 1514: make TimeValue usage consistent in the tutorial 2012-10-21 15:48:47 -07:00
Mitch Watrous
e9ac335b78 Make MobilityHelper use an output stream wrapper 2012-09-28 12:22:18 -07:00
Tom Henderson
5df5cc2753 complete move of mobility example to src/mobility 2012-09-21 13:48:41 -07:00
Tom Henderson
46f436a7d8 move ns-2 mobility example to mobility module 2012-09-21 12:43:24 -07:00
Mitch Watrous
eafb5075bf Add a constant rate setting function to the on-off helper 2012-08-23 16:00:17 -07:00
Mitch Watrous
a795fbd539 Clean up a couple comments 2012-08-21 10:45:45 -07:00
Mitch Watrous
261dc3b45a Replace more instances of RandomVariable with RandomVariableStream 2012-08-20 19:08:45 -07:00
Mitch Watrous
da1cf74f90 Replace various instances of RandomVariable with RandomVariableStream 2012-08-20 14:25:35 -07:00
Mitch Watrous
998713685f Replace src/network usage of RandomVariable with RandomVariableStream 2012-08-16 09:13:36 -07:00
Mitch Watrous
0d8bb3de72 Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 2) 2012-08-15 15:33:02 -07:00
Mitch Watrous
49a757cebc Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 1) 2012-08-15 14:28:33 -07:00
Mitch Watrous
190f314ba5 Replace src/application usage of RandomVariable with RandomVariableStream 2012-08-13 16:08:13 -07:00
Tom Henderson
f984cd440d remove explicit visualizer dependency from examples 2012-06-06 22:07:56 -07:00
Tom Henderson
1b584e2e27 bug 1432: Align Ipv6AddressHelper API with Ipv4AddressHelper API 2012-05-20 15:19:52 -07:00
Yufei Cheng
bf937fb148 Update DSR model 2012-05-06 20:52:24 -07:00
Yufei Cheng
e9e61c5e25 Add IPv4 DSR routing 2012-01-27 15:15:48 -08:00
Tom Henderson
820f31944f (bug 1404) Bound user input in tutorial third.cc program 2012-05-04 16:32:59 -07:00
Vedran Miletić
b5cac1da24 Use longer names for QueueMode and ErrorUnit enums and move them to Queue and RateErrorModel classes respectively. 2012-05-01 20:48:34 +02:00
Nicola Baldo
e8d8a23857 fixed Bug 1416 - WifiMac traces not being called 2012-04-23 13:46:14 +02:00
John Abraham
8eb4c8b945 NetAnim: add configure start/stop time, update examples 2012-03-31 22:54:27 -07:00
Mathieu Lacage
db064e1f69 bug 1000: Make RealtimeSimulatorImpl last until stop 2012-03-26 06:13:16 -04:00