qdeconinck / mp-quic

Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
MIT License
176 stars 71 forks source link

Real machine environment #48

Open Zack-Tsang opened 9 months ago

Zack-Tsang commented 9 months ago

Hello, everyone! I want to reproduce the environment in the real machine. However, when I tested the performance of the handover, I met an error like this:

panic: NetworkIdleTimeout: No recent network activity

Due to this error, the QUIC connection was always closed. However, even if the client connects two paths, when one of the paths is canceled, the connection fails again!

Could everyone help me? Thanks in advance!

Kevin20201 commented 2 months ago

Hello, everyone! I want to reproduce the environment in the real machine. However, when I tested the performance of the handover, I met an error like this:

panic: NetworkIdleTimeout: No recent network activity

Due to this error, the QUIC connection was always closed. However, even if the client connects two paths, when one of the paths is canceled, the connection fails again!

Could everyone help me? Thanks in advance!

Hi Zack!

Have you found the reason as to why this behavior occurs? Or a fix to this problem?

I am also seeing the same behavior when 1 link is interrupted then all links dies.