omnetpp.ini 498 B

12345678910111213141516
  1. [General]
  2. network = Hierarchical99
  3. #record-eventlog = true
  4. **.networkConfiguratorModule = "networkConfigurator"
  5. **.networkConfiguratorType = "IPv4NetworkConfigurator"
  6. **.networkConfigurator.config = xmldoc("hierarchical99.xml")
  7. # ping app (all hosts ping all interface addresses in the network)
  8. **.numPingApps = 1
  9. **.pingApp[*].typename = PingApp
  10. **.pingApp[*].destAddresses = "*"
  11. **.pingApp[*].destAddr = "*"
  12. **.pingApp[*].count = 1
  13. **.pingApp[*].startTime = 0s
  14. **.pingApp[*].sleepDuration = 0s