omnetpp.ini 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #
  2. # A network that uses SomeUDPApp which is dynamically loaded from DLLTest.dll.
  3. #
  4. [General]
  5. load-libs = DLLTest
  6. #debug-on-errors = true
  7. network = DLLTest
  8. [Cmdenv]
  9. express-mode = no
  10. [Tkenv]
  11. plugin-path=../../etc/plugins
  12. default-run=1
  13. [Parameters]
  14. # number of client computers
  15. *.n=4
  16. # udp app
  17. **.numUdpApps=1
  18. **.cli[*].udpApp[*].typename="SomeUDPApp"
  19. **.srv.udpApp[*].typename="UDPSink"
  20. **.cli[*].udpApp[*].localPort = 6000
  21. **.cli[*].udpApp[*].destPort = 6001
  22. **.cli[*].udpApp[*].messageLength = 8000 bits #1000 bytes
  23. **.cli[*].udpApp[*].sendInterval = 0.01
  24. **.cli[*].udpApp[*].destAddresses = "srv"
  25. **.srv.udpApp[*].localPort = 6001
  26. # tcp apps (off)
  27. **.numTcpApps=0
  28. **.tcpApp[*].typename="TelnetApp"
  29. # ping app (off)
  30. **.pingApp.destAddr=""
  31. **.pingApp.srcAddr=""
  32. **.pingApp.packetSize=56
  33. **.pingApp.interval=1
  34. **.pingApp.hopLimit=32
  35. **.pingApp.count=0
  36. **.pingApp.startTime=1
  37. **.pingApp.stopTime=0
  38. **.pingApp.printPing=true
  39. # tcp settings
  40. **.tcp.sendQueueClass="TCPMsgBasedSendQueue"
  41. **.tcp.receiveQueueClass="TCPMsgBasedRcvQueue"
  42. **.tcp.tcpAlgorithmClass="TCPReno"
  43. **.tcp.recordStats=true
  44. # ip settings
  45. **.routingFile=""
  46. **.ip.procDelay=10us
  47. **.cli[*].forwarding=false
  48. **.srv*.forwarding=false
  49. # ARP configuration
  50. **.networkLayer.proxyARP = true # Host's is hardwired "false"
  51. # NIC configuration
  52. **.ppp[*].queueType = "DropTailQueue" # in routers
  53. **.ppp[*].queue.frameCapacity = 10 # in routers