Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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_socket
usenet_cfg.addr
create 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.1
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions