test_server/client failed to connect in docker container #421
Unanswered
Allennnn2022
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run test_server with:/test_server -a 172.21.112.1 -p 4488 -l e > /dev/null &


and test_client with: test_client -a 127.0.0.1 -p 4488 -s 1024000 -l e -E in different docker container,
however client fails to connect to the server with error message:
and catch no package in wireshark
If I run client with other server ip, it seems to work but still no response, then connection close
differently, I can catch quic packages in wireshark
What 's the problem?
Beta Was this translation helpful? Give feedback.
All reactions