Replies: 2 comments
-
|
Duplicate with #128 The demo_client and demo_server is used for Interoperability Test. You can use . /test_client and . /test_server. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Have you solved this problem? How was it resolved? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
What happened?
An error occurred with demo_client.
xquic/demo/demo_client.c
Lines 1274 to 1284 in 109918f
The code save IP and port in
net_cfg.server_addr. Butxqc_demo_cli_create_socketusenet_cfg.addrcreate socket.xquic/demo/demo_client.c
Lines 1919 to 1952 in 109918f
xquic/demo/demo_client.c
Lines 1883 to 1888 in 109918f
Steps To Reproduce
Compile with boringSSL on Linux platforms.
./demo_server -p 9998./demo_client -p 9998 -a 127.0.0.1Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions