omnetpp.ini 516 B

1234567891011121314151617181920212223
  1. #
  2. # OSPFv2 test network.
  3. #
  4. [General]
  5. description = "Backbone test"
  6. network = Backbone
  7. tkenv-plugin-path = ../../../etc/plugins
  8. **.ospf.ospfConfig = xmldoc("ASConfig.xml")
  9. **.numUdpApps = 2
  10. **.udpApp[0].typename = "UDPBasicApp"
  11. **.udpApp[0].destPort = 1234
  12. **.udpApp[0].messageLength = 32 bytes
  13. **.udpApp[0].sendInterval = 0.1s
  14. **.H2.udpApp[0].destAddresses = "192.168.2.2"
  15. **.H1.udpApp[0].destAddresses = "192.168.4.1"
  16. **.udpApp[1].typename = "UDPEchoApp"
  17. **.udpApp[1].localPort = 1234
  18. **.arp.cacheTimeout = 1s