Skip to content

一路故障的情况下,链路无法建立和恢复 #1

@poluzhao

Description

@poluzhao

测试了一下,mptcp确实生效了。
提个bug,配置好两路tcp转发后,其中一路故障,整个mp链路就断掉了。即使故障的一路恢复后,连接也不会恢复
而且在只有一路转发的情况下,链路起不来。
cargo run -r -p cli --bin client -- config1.json
Finished release profile [optimized] target(s) in 0.14s
Running target\release\client.exe config1.json
thread 'tokio-runtime-worker' panicked at cli\src\bin\client.rs:28:18:
called Result::unwrap() on an Err value: Os { code: 10061, kind: ConnectionRefused, message: "由于目标计算机积极拒绝,无法连接。" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at cli\src\bin\client.rs:28:18:
called Result::unwrap() on an Err value: Os { code: 10061, kind: ConnectionRefused, message: "由于目标计算机积极拒绝,无法连接。" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions