close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Sep 10, 2009, 12:57:30 PM (15 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v32
|
v33
|
|
35 | 35 | (default parameters are stored in {{{simulations/default.ini}}}, parameters are described on the |
36 | 36 | [/chrome/site/doc/index.html OverSimAPI pages]) |
37 | | * Make use of the OMNeT++ ini file syntax for easy parameter studies. This is an example for a study on Chord with different churn rates and 5 different seeds. Simply add this section to {{{simulations/omnetpp.ini}}}: |
| 37 | * Make use of the OMNeT++ ini file syntax for easy parameter studies. This is an example for a study on Chord with different churn rates, two different stabilize intervals and 5 different seeds. Simply add this section to {{{simulations/omnetpp.ini}}}: |
38 | 38 | {{{ |
39 | 39 | repeat = 5 |
… |
… |
|
45 | 45 | **.measurementTime = 500s |
46 | 46 | **.transitionTime = 100s |
| 47 | **.overlay.chord.stabilizeDelay = ${stab=5, 60}s |
47 | 48 | **.lifetimeMean = ${lifetime=1000, 2000, 10000}s |
48 | 49 | }}} |