defaults.ini 429 B

1234567891011121314151617181920
  1. #
  2. # Default settings# included by other ini files.
  3. #
  4. [General]
  5. **.mac.address = "auto"
  6. **.mac[*].address = "auto"
  7. **.mac.maxQueueSize = 50
  8. **.mac[*].maxQueueSize = 50
  9. **.mac.txrate = 0 # autoconfig
  10. **.mac[*].txrate = 0 # autoconfig
  11. **.switch*.relayUnitType = "MACRelayUnit"
  12. **.relayUnit.numCPUs = 2
  13. **.relayUnit.processingTime = 2us
  14. **.cli.reqLength = intuniform(50,1400)*1B
  15. **.cli.respLength = truncnormal(3000B,3000B)