omnetpp.ini 840 B

1234567891011121314151617181920212223242526272829303132
  1. [General]
  2. network = R37
  3. #debug-on-errors = true
  4. sim-time-limit = 500s
  5. #cpu-time-limit= 5800000s
  6. total-stack = 64MiB
  7. tkenv-plugin-path = ../../../etc/plugins
  8. **.LSR*.peers = ""
  9. **.LSR*.routerId = "auto"
  10. **.host1.numUdpApps = 1
  11. **.host1.udpApp[*].typename = "UDPBasicApp"
  12. **.host1.udpApp[0].localPort = 100
  13. **.host1.udpApp[0].destPort = 100
  14. **.host1.udpApp[0].messageLength = 128 bytes
  15. **.host1.udpApp[0].sendInterval = 0.01s
  16. **.host1.udpApp[0].destAddresses = "host2"
  17. # LSR configuration
  18. **.LSR2.classifier.config = xmldoc("LSR2_fec.xml")
  19. **.LSR2.rsvp.traffic = xmldoc("LSR2_rsvp.xml")
  20. **.LSR*.rsvp.helloInterval = 0.2s
  21. **.LSR*.rsvp.helloTimeout = 0.5s
  22. # NIC configuration
  23. **.ppp[*].queueType = "DropTailQueue" # in routers
  24. **.ppp[*].queue.frameCapacity = 10 # in routers
  25. # scenario
  26. **.scenarioManager.script = xmldoc("scenario.xml")