omnetpp.ini 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. [General]
  2. **.testing = false
  3. **.testTimeout = 0
  4. network = multihomed
  5. # udp app (off)
  6. **.numUdpApps = 0
  7. **.udpAppType = "UDPApp"
  8. # sctp apps
  9. **.sctp_client.numTcpApps = 0
  10. **.sctp_client.numSctpApps = 1
  11. **.sctp_client.sctpApp[*].localAddress = "10.1.1.1 10.2.1.1"
  12. **.sctp_client.sctpApp[0].requestLength=1400
  13. **.sctp_client.sctpApp[0].typename = "SCTPClient"
  14. **.sctp_client.sctpApp[*].connectAddress = "10.1.3.1"
  15. **.sctp_client.sctpApp[*].primaryPath = "10.1.3.1"
  16. **.sctp_client.sctpApp[0].connectPort = 6666
  17. **.sctp_client.sctpApp[0].startTime = truncnormal(1s,0.2s)
  18. **.sctp_client.sctpApp[0].stopTime = truncnormal(60s,10s)
  19. **.sctp_client.sctpApp[0].numRequestsPerSession = 100000000
  20. **.sctp_client.sctpApp[0].queueSize = 100
  21. **.sctp_client.sctpApp[0].outboundStreams = 1
  22. **.sctp_server.numTcpApps = 0
  23. **.sctp_server.numSctpApps = 1
  24. **.sctp_server.sctpApp[0].typename = "SCTPServer"
  25. **.sctp_server.sctpApp[*].localAddress = "10.1.3.1 10.2.3.1"
  26. **.sctp_server.sctpApp[0].localPort = 6666
  27. **.sctp_server.sctpApp[*].readingInterval = 0
  28. **.sctp_server.sctpApp[*].bytesToPush = 0
  29. **.sctp_server.sctpApp[*].queueSize = 0 #Size of sendQueue before App is notified to send new data
  30. **.sctp_server.sctpApp[*].numPacketsToSendPerClient = 0
  31. **.sctp_server.sctpApp[*].numPacketsToReceivePerClient = 0
  32. **.sctp_server.sctpApp[*].outboundStreams = 1
  33. **.sctp_client.routingTable.routingFile = "multi_client.mrt"
  34. **.sctp_server.routingTable.routingFile = "multi_server.mrt"
  35. **.router1.routingTable.routingFile = "multi_router1.mrt"
  36. **.router2.routingTable.routingFile = "multi_router2.mrt"
  37. **.cmtCCVariant = "cmt" # Activate CMT
  38. **.cmtCUCVariant = "pseudoCumAckV2"
  39. **.cmtUseSFR = true
  40. **.cmtUseDAC = true
  41. **.cmtUseFRC = true
  42. # ping app (off)
  43. **.pingApp.destAddr = ""
  44. **.pingApp.srcAddr = ""
  45. **.pingApp.packetSize = 56B
  46. **.pingApp.interval = 1s
  47. **.pingApp.hopLimit = 32
  48. **.pingApp.count = 0
  49. **.pingApp.startTime = 1s
  50. **.pingApp.stopTime = 0
  51. **.pingApp.printPing = true
  52. #**.pingApp.generationTime = 0
  53. # sctp settings
  54. **.sctp.sctpAlgorithmClass = "SCTPAlg"
  55. **.sctp.fragPoint = 1400
  56. **.sctp.numGapReports = 3
  57. **.sctp.rtoMin = 1s #default 1
  58. **.sctp.rtoMax = 60s #default 60
  59. **.sctp.rtoInitial = 3s #default 3
  60. **.sctp.maxBurst = 4
  61. **.sctp.assocMaxRetrans = 10
  62. **.sctp.pathMaxRetrans = 5 #default 5
  63. **.sctp.maxInitRetrans = 8
  64. **.sctp.hbInterval = 30s #default 30
  65. **.sctp.nagleEnabled = true
  66. **.sctp.naglePoint = 1468
  67. **.sctp.osbWithHeader = false #default false
  68. **.sctp.padding = false
  69. **.sctp.reactivatePrimaryPath = false
  70. **.sctp.sackPeriod = 0.2s
  71. **.sctp.sackFrequency = 2
  72. **.sctp.validCookieLifetime = 10s
  73. **.sctp.fragment = false
  74. **.sctp.arwnd = 65535
  75. **.sctp.auth = false
  76. **.sctp.addIP = false
  77. **.sctp.addTime = 0
  78. **.sctp.addAddress = ""
  79. **.sctp.addIpType = "0"
  80. **.sctp.chunks = ""
  81. **.sctp.packetDrop = false
  82. **.sctp.RTXMethod=0 # Always after 3 Sacks
  83. # tcp settings
  84. **.tcp.mss = 1024
  85. **.tcp.advertisedWindow = 65535 #14336 # 14*mss
  86. **.tcp.sendQueueClass = "TCPVirtualDataSendQueue" #"TCPMsgBasedSendQueue"
  87. **.tcp.receiveQueueClass = "TCPVirtualDataRcvQueue" #"TCPMsgBasedRcvQueue"
  88. #**.tcp.tcpAlgorithmClass="DummyTCPAlg"
  89. **.tcp.tcpAlgorithmClass = "TCPReno"
  90. **.tcp.recordStats = true
  91. # NIC configuration
  92. **.ppp[*].queueType = "DropTailQueue" # in routers
  93. **.ppp[*].queue.frameCapacity = 100 # in routers
  94. **.ppp[*].ppp.mtu = 1500 B
  95. **.ext[*].filterString = "sctp"
  96. **.ext[*].device = eth0
  97. **.vector-recording = false