|
|
| 284 |
dsdv.Set ("PeriodicUpdateInterval", TimeValue (Seconds (m_periodicUpdateInterval))); |
284 |
dsdv.Set ("PeriodicUpdateInterval", TimeValue (Seconds (m_periodicUpdateInterval))); |
| 285 |
dsdv.Set ("SettlingTime", TimeValue (Seconds (m_settlingTime))); |
285 |
dsdv.Set ("SettlingTime", TimeValue (Seconds (m_settlingTime))); |
| 286 |
InternetStackHelper stack; |
286 |
InternetStackHelper stack; |
| 287 |
stack.SetRoutingHelper (dsdv); |
287 |
stack.SetRoutingHelper (dsdv); // has effect on the next Install() |
| 288 |
stack.Install (nodes); |
288 |
stack.Install (nodes); |
| 289 |
Ipv4AddressHelper address; |
289 |
Ipv4AddressHelper address; |
| 290 |
address.SetBase ("10.1.1.0", "255.255.255.0"); |
290 |
address.SetBase ("10.1.1.0", "255.255.255.0"); |