tcp-notunfair.tcl
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # slow start mechanism with some features
  2. # such as labeling, annotation, nam-graph, and window size monitoring
  3. set ofile "tcp-sack-drr"
  4. set tcptype "Agent/TCP/Sack1"
  5. set sinktype "Agent/TCPSink/Sack1"
  6. Agent/TCP set window_ 200
  7. set L1rate "10Mb"
  8. set L1del "5ms"
  9. set L1type "DropTail"
  10. set L2rate "1.5Mb"
  11. set L2del "40ms"
  12. set L2type "DRR"
  13. set L2qlim 5
  14. set blimit [expr $L2qlim * [Agent/TCP set packetSize_]]
  15. set ftpstart 0.0001
  16. set cbrstart 2.80
  17. set cbrrate 0.0055
  18. set endtime 5.0
  19. source tcp-common.tcl
  20. $ns at 0.573653 "$ns trace-annotate "0.573653 Fast RTX: cwnd:(21 -> 10), ssth: 10""
  21. $ns at 0.777408  "$ns trace-annotate "0.777408 CA: cwnd:10.1""
  22. $ns at 3.013491 "$ns trace-annotate "3.013491 Fast RTX: cwnd:(13.2 -> 6), ssth: 6""
  23. $ns at 3.247991 "$ns trace-annotate "3.247991 CA: cwnd:6.17""
  24. $ns at 4.298713 "$ns trace-annotate "4.298713 Fast RTX: cwnd:(13.8 -> 6), ssth: 6""
  25. $ns at 4.463991 "$ns trace-annotate "4.463991 CA: cwnd:6.17""
  26. $ns at 5.488047 "$ns trace-annotate "5.488047 Fast RTX: cwnd:(13.8 -> 6), ssth: 6""
  27. $ns run