hub.ini 798 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # To try: ./LANs -f hub.ini
  3. #
  4. [General]
  5. network = HubLAN
  6. sim-time-limit = 120s
  7. tkenv-plugin-path = ../../../etc/plugins
  8. **.vector-recording = false
  9. [Config Hub1]
  10. **.hostA.cli.destAddress = ""
  11. **.cli.destAddress = "hostA"
  12. **.cli.sendInterval = exponential(1s)
  13. [Config Hub2]
  14. # bigger load, frequent collisions
  15. **.hostA.cli.destAddress = ""
  16. **.cli.destAddress = "hostA"
  17. **.cli.sendInterval = exponential(2ms)
  18. [Config Hub3]
  19. # manual address assignment
  20. **.hostA.mac.address = "001122334455"
  21. **.hostA.cli.destAddress = ""
  22. **.cli.destAddress = "001122334455"
  23. **.cli.sendInterval = exponential(1s)
  24. [Config Hub4]
  25. # one station can only support 10Mb/s
  26. **.hostC.mac.txrate = 10Mbps
  27. **.hostA.cli.destAddress = ""
  28. **.cli.destAddress = "hostA"
  29. **.cli.sendInterval = exponential(1s)
  30. include defaults.ini