droptail.tcl

来自「droptail和RED的tcl脚本文件」· TCL 代码 · 共 22 行

TCL
22
字号
## Drop tail queue##   The scripts used to make the figure in the paper were from a# simulator that is now several generations old.  These ns-2 scripts# are a slightly-modified version of scripts from Davide Bergamasco at# Cisco.#source common.tclset BuffSize [lindex $argv 0]set seed  [lindex $argv 1]set queuetype DropTailinit $seed $BuffSizetopomake_traffic$ns at $SimTime "get_queue; finish"puts "Running simulation $seed Buff= $BuffSize"$ns run

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?