omnetpp.ini 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [General]
  2. network = RSVPTE4
  3. sim-time-limit = 6s
  4. #cpu-time-limit= 5800000s
  5. #debug-on-errors = true
  6. total-stack = 64MiB
  7. tkenv-plugin-path = ../../../etc/plugins
  8. **.host1.numUdpApps = 1
  9. **.host1.udpApp[*].typename = "UDPBasicApp"
  10. **.host1.udpApp[0].localPort = 100
  11. **.host1.udpApp[0].destPort = 100
  12. **.host1.udpApp[0].messageLength = 128 bytes
  13. **.host1.udpApp[0].sendInterval = 0.01s
  14. **.host1.udpApp[0].destAddresses = "host3"
  15. **.host3.numUdpApps = 1
  16. **.host3.udpApp[*].typename = "UDPEchoApp"
  17. **.host3.udpApp[0].localPort = 100
  18. # LSR configuration
  19. **.LSR1.classifier.config = xmldoc("LSR1_fec.xml")
  20. **.LSR1.rsvp.traffic = xmldoc("LSR1_rsvp.xml")
  21. **.LSR*.rsvp.helloInterval = 0.2s
  22. **.LSR*.rsvp.helloTimeout = 0.5s
  23. **.LSR1.peers = "ppp0 ppp1"
  24. **.LSR2.peers = "ppp0 ppp1 ppp2"
  25. **.LSR3.peers = "ppp0 ppp1 ppp2"
  26. **.LSR4.peers = "ppp0 ppp1 ppp2"
  27. **.LSR5.peers = "ppp0 ppp3 ppp4"
  28. **.LSR6.peers = "ppp0 ppp1"
  29. **.LSR7.peers = "ppp0 ppp1"
  30. **.peers = ""
  31. **.routingFile = ""
  32. # NIC configuration
  33. **.ppp[*].queueType = "DropTailQueue" # in routers
  34. **.ppp[*].queue.frameCapacity = 10 # in routers
  35. # scenario
  36. *.*.hasStatus = true
  37. **.scenarioManager.script = xmldoc("scenario.xml")