tcp-tahoe.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-tahoe"
  4. set tcptype "Agent/TCP"
  5. Agent/TCP set window_ 200
  6. set L1rate "10Mb"
  7. set L1del "5ms"
  8. set L1type "DropTail"
  9. set L2rate "1.5Mb"
  10. set L2del "40ms"
  11. set L2type "DropTail"
  12. set L2qlim 10
  13. set ftpstart 0.001
  14. set cbrstart 0.002
  15. source tcp-common.tcl
  16. $ns at 0.659632 "$ns trace-annotate "0.659632 Slow-start: cwnd:(30 -> 1), ssth:15""
  17. $ns at 1.344965 "$ns trace-annotate "1.344965 CA: cwnd: 15""
  18. $ns run