为什么运行 mptcp 时会显示此错误?

为什么运行 mptcp 时会显示此错误?

有人能帮帮我吗?为什么当我尝试运行示例 mptcp 命令时会显示此错误?

该文件可在此处获取https://github.com/wangzhizhou/Network-Simulator-Installation-Guideline-For-Ubuntu/blob/master/README.md

invalid command name "Agent/TCP/FullTcp/Sack/Multipath"
    while executing
"Agent/TCP/FullTcp/Sack/Multipath create _o292 "
    invoked from within
"catch "$className create $o $args" msg"
    invoked from within
"if [catch "$className create $o $args" msg] {
if [string match "__FAILED_SHADOW_OBJECT_" $msg] {
delete $o
return ""
}
global errorInfo
error "class $..."
    (procedure "new" line 3)
    invoked from within
"new Agent/TCP/FullTcp/Sack/Multipath"
    invoked from within
"set tcp0 [new Agent/TCP/FullTcp/Sack/Multipath]"
    (file "mptcp-sample.tcl" line 98)

相关内容