-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help on running echo client examples #184
Comments
The test echo example for this branch (v2.19.4) is running normally. |
Thank you for the report -- this will be fixed in the next release. |
The error has to do with the ALPN requirements in IETF QUIC, which BoringSSL now enforces. If you don't care that it's IETF QUIC, you can use gQUIC by adding the version to the client's command line: |
- [FEATURE] QUIC and HTTP/3 Internet Draft 31 support. Drop ID-30 and ID-31 support. - [BUGFIX] Divide-by-zero in newly enabled conn stats code when no packets were sent. - [BUGFIX] Memory leak in gQUIC client when server hello cannot be parsed. - [BUGFIX] Server Initial packet size calculation. - Log user-agent and CONN_CLOSE reason when peer reports error. - Example programs: Specify ALPN for echo and md5 clients and servers (issue #184). - Example programs: Don't add "QUIC_" prefix to lines in keylog file (issue #185). - http_server: Fix fd leak in preadv mode; fix preadv() usage when reading from disk.
如果你重写echo_client遇到这个错误,那么加上这个就好了: eapi.ea_alpn = "echo"; |
https://github.com/dtikhonov/lsquic-tutorial 这里的教程程序也会有这个错误 请加上它 eapi.ea_alpn = "echo"; |
echo_client does not work
error info
echo_server runing
code brach
system
The text was updated successfully, but these errors were encountered: