Commit Graph

3172 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
8d8d19ef45 Fix build for systems without posix threads library 2009-01-14 15:36:19 +00:00
Gustavo J. A. M. Carneiro
edd1e2552a Correct documentation 2009-01-14 12:46:06 +00:00
Gustavo J. A. M. Carneiro
76a4e8e15b merge 2009-01-13 19:29:59 +00:00
Gustavo J. A. M. Carneiro
a374c0f03e Make Simulator::IsFinished () take into account the stop time. Needed to run custom simulation loops (see bug 375) 2009-01-13 19:27:44 +00:00
Mathieu Lacage
7734caa50f merge 2009-01-12 13:36:19 +01:00
Mathieu Lacage
9f91828dcb add wifi multicast support. Based on patch by Mauchle Fabian. 2009-01-12 13:35:41 +01:00
Gustavo J. A. M. Carneiro
9baeb00519 Put back the variable NSC_RELEASE_NAME in the wscript; it is read by the download script in allinone. 2009-01-12 11:25:51 +00:00
Gustavo J. A. M. Carneiro
fdaf129f60 Don't build or fetch NSC/pybindgen, those tasks are now moved to ns-3-allinone 2009-01-11 23:26:34 +00:00
Gustavo J. A. M. Carneiro
cc8b7c6f36 Append the NSC kernel dirs to LD_LIBRARY_PATH
This allows the NSC NS-3 module to find the necessary NSC shared libraries.
2009-01-10 00:46:24 +00:00
Providence.Salumu
f9c7dccad9 bug 412: support more arguments in callbacks. 2009-01-09 13:18:24 +01:00
Gustavo J. A. M. Carneiro
2007671aa0 merge 2009-01-09 11:44:13 +00:00
Timo Bingmann
9fe6a1f002 extend gnuplot classes 2009-01-09 09:54:09 +01:00
Timo Bingmann
011ece16df PropagationLossModel::GetLoss -> CalcRxPower. Add ThreeLogDistancePropagationLossModel. 2009-01-09 09:39:42 +01:00
Timo Bingmann
c33a528541 update prev even if it is null 2009-01-09 09:13:02 +01:00
Mathieu Lacage
74f2de296c bug 459: Simulator::Run does nothing after Simulator::Stop is called 2009-01-09 08:54:32 +01:00
Mauro Tortonesi
4bdb706cf0 bug 461: RandomWaypointMobilityModel broken 2009-01-09 08:34:08 +01:00
Mauro Tortonesi
c41be20e40 bug 460: ListPositionAllocator bug 2009-01-09 08:31:17 +01:00
Mathieu Lacage
85af7552dd add SchedulerType global variable 2009-01-09 08:17:46 +01:00
Mathieu Lacage
557a62b1a1 simplify the implementation 2009-01-09 07:51:17 +01:00
Mathieu Lacage
28a2ce0c66 introduce lastPrio to handle resizing correctly 2009-01-08 16:23:33 +01:00
Mathieu Lacage
e5bb6e6b60 optimize resizing 2009-01-08 11:43:15 +01:00
Mathieu Lacage
a60dcb5fb4 add back asserts 2009-01-08 11:21:25 +01:00
Mathieu Lacage
03f68f9350 resize calendar queue. Slow :/ 2009-01-08 11:15:27 +01:00
Mathieu Lacage
6d79dc1e82 a Calendar queue without resizing. 2009-01-08 09:31:38 +01:00
Mathieu Lacage
a3ebce551f bug 455: Scalar(0.1) / Scalar(1.25) has no effect 2009-01-07 14:49:30 +01:00
Mathieu Lacage
04d95b5962 fix coding style 2009-01-07 13:33:59 +01:00
Mathieu Lacage
8e2a692556 remove uneeded PeekPointer calls 2009-01-06 15:28:03 +01:00
Mathieu Lacage
2bcbf6bbad fix coding style 2009-01-06 15:25:31 +01:00
Mathieu Lacage
6966dcc4a3 fix typo 2009-01-06 15:23:49 +01:00
Mathieu Lacage
8eec10538a ensure that all wifi modes are registered 2009-01-06 14:25:55 +01:00
Mathieu Lacage
fc340529ee remove public static variables. Use public static methods 2009-01-06 13:46:41 +01:00
Mathieu Lacage
1732ab51e2 virtualize ErrorRateModel 2009-01-06 13:12:28 +01:00
Tom Henderson
ca5532bb82 fix for bug451-- arp cache 2008-12-30 11:35:31 -08:00
Gustavo J. A. M. Carneiro
8022254256 Fix --python-scan 2008-12-29 15:48:34 +00:00
Gustavo J. A. M. Carneiro
b5e05e774e merge 2008-12-29 14:19:25 +00:00
Gustavo J. A. M. Carneiro
f19d54fddd Upgrade to new WAF, work in progress 2008-12-29 13:28:54 +00:00
Gustavo J. A. M. Carneiro
aeed1dc66e merge 2008-12-28 12:34:28 +00:00
Craig Dowell
25e04db1a2 bug 448: V4Ping Application Sends uint32_t Data in Host Order 2008-12-16 12:36:50 -08:00
Raj Bhattacharjea
71efdc0b02 Add a minimum RTO (adapted from Mathieu, bug 418) 2008-12-13 23:44:20 -05:00
Raj Bhattacharjea
7175cad6df Mathieu's patch: Avoid stack explosion (bug 417) 2008-12-13 23:26:01 -05:00
Craig Dowell
1ff082ece7 some dox for internet-stack tracing 2008-12-13 14:13:37 -08:00
Craig Dowell
5edb4806d0 doc nits and a new point-to-point device section for the manual 2008-12-12 14:15:31 -08:00
Craig Dowell
571b1c381a more documentation to address trace sources bugs 2008-12-12 11:27:05 -08:00
Raj Bhattacharjea
49cae6b4c4 Merge 2008-12-11 23:28:46 -05:00
Raj Bhattacharjea
20f06108c1 Null forked TCP socket callbacks, and communicate EOF to higher layers (bugs 423 and 365) 2008-12-11 16:48:42 -05:00
Tom Henderson
cd5b642dc5 add dynamic global routing example script 2008-12-11 12:43:11 -08:00
Craig Dowell
026fb79dbf some device trace source documentation 2008-12-10 21:11:05 -08:00
Timo Bingmann
1bf5ac4f09 patch for bug433-- data rates 2008-12-10 13:28:51 +01:00
mathieu.
691ce0fdde fix bug 230, rescan bindings 2008-12-10 17:01:06 -08:00
Craig Dowell
c915a078d8 cleanup some trace dox 2008-12-10 16:47:44 -08:00