Is there other choices about ALPN in sample.c? #2036
Answered
by
AvatarGanymede
AvatarGanymede
asked this question in
Q&A
-
In the sample.c, the
If I change "sample" to other strings, the connection would shut by transport, raising My question is: except for "sample", can I choose other "configs"? |
Beta Was this translation helpful? Give feedback.
Answered by
AvatarGanymede
Sep 28, 2021
Replies: 1 comment 1 reply
-
Oh, maybe I know. The string is like a 'ticket' for handshake, the server and the client must share the same ALPN string, right? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, maybe I know. The string is like a 'ticket' for handshake, the server and the client must share the same ALPN string, right?