tcp-sack.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"
  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 "DropTail"
  13. set L2qlim 10
  14. set ftpstart 0.001
  15. set cbrstart 0.002
  16. source tcp-common.tcl
  17. $ns at 0.659687 "$ns trace-annotate "0.659687 Fast RTX: cwnd:(30 -> 15), ssth: 15""
  18. $ns at 0.964942 "$ns trace-annotate "0.964942 CA: cwnd:15.07""
  19. $ns run