?? patch_ns-lib.tcl.2.28
字號:
--- ns-2.28/tcl/lib/ns-lib.tcl 2005-01-24 22:03:43.000000000 +0200+++ ns-2.28-amodels/tcl/lib/ns-lib.tcl 2005-08-01 16:36:56.000000000 +0300@@ -970,6 +970,10 @@ set qtype [lindex $args 0] set q [new Queue/$qtype] }+ WFQ {+ set q [new Queue/$qtype]+ $q set bandwidth_ $bw+ } XCP { set q [ $self create-XCPQ ] }@@ -1436,6 +1440,11 @@ } } +Simulator instproc wfqclassifier-install { n1 n2 clssf } {+ $self instvar link_+ [$link_([$n1 id]:[$n2 id]) queue] install $clssf+}+ Simulator instproc drop-trace { n1 n2 trace } { $self instvar link_ [$link_([$n1 id]:[$n2 id]) queue] drop-target $trace
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -