omnetpp.ini 909 B

123456789101112131415161718192021222324252627282930313233
  1. [General]
  2. scheduler-class = "inet::cSocketRTScheduler"
  3. network = Traceroute
  4. cmdenv-express-mode = true
  5. tkenv-default-run = 0
  6. **.testing = false
  7. **.testTimeout = 0
  8. **.networkConfiguratorModule = ""
  9. # udp app
  10. **.cli*.numUdpApps = 1
  11. **.cli*.udpApp[*].typename = "UDPSink"
  12. **.cli*.udpApp[0].localPort = 7
  13. # ip settings
  14. **.ip.procDelay = 10us
  15. **.router.forwarding = true
  16. # IPProcessing: processing delays for all nodes
  17. **.routing.procDelay = 0.2 us
  18. **.inputQueue.procDelay = 0.1 us
  19. # filter for pcap: narrow this filter wisely or prepare to get lagged by a lot of
  20. # unnecessary packets being handled by the simulation.
  21. # For more detailed info about filtering, see tcpdump documentation at www.tcpdump.org
  22. #filter-string = "ip dst host 10.1.1 or dst host 10.1.2 or dst host 10.1.3 or dst host 10.1.4"
  23. **.ext[0].filterString = "(udp or icmp) and (dst host 10.2 or dst host 10.3)"
  24. **.ext[0].device = "eth0"