omnetpp.ini 404 B

123456789101112131415
  1. [General]
  2. network = Ipv4hook
  3. **.host*.numUdpApps = 1
  4. **.host1.udpApp[*].typename = "UDPBasicApp"
  5. **.host1.udpApp[*].destAddresses = "host2"
  6. **.host1.udpApp[*].destPort = 1000
  7. **.host1.udpApp[*].messageLength = 2000B
  8. **.host1.udpApp[*].sendInterval = 1s
  9. **.host1.udpApp[*].startTime = 1s
  10. **.host1.udpApp[*].stopTime = 2.5s
  11. **.host2.udpApp[*].typename = "UDPEchoApp"
  12. **.host2.udpApp[*].localPort = 1000