kernelhandlerproxy-01.testie
来自「COPE the first practical network coding 」· TESTIE 代码 · 共 31 行
TESTIE
31 行
%infoThis test checks whether KernelHandlerProxy works.%require[ `whoami` = root ]%scriptclick-install KERNELCONFIGclick USERCONFIG -h khp.i.config -h khp.i/q1.config -h khp.i/q2.config -q > USEROUTclick-uninstall%file KERNELCONFIGconfig :: Idle;i :: Idle;i/q1 :: Queue(1);i/q2 :: Queue(2);i -> i/q1 -> i; i[1] -> i/q2 -> [1]i;%file USERCONFIGkhp :: KernelHandlerProxy;%expect USEROUTkhp.i.config:khp.i/q1.config:1khp.i/q2.config:2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?