Is 0-RTT disabled by default? #4194
Answered
by
nibanks
Alexandre H.T.R. Bonfitto (alexandrehtrb)
asked this question in
Q&A
|
Hello, I read about 0-RTT replay attacks and I would like to know, is 0-RTT disabled by default with msquic and .NET? |
Answered by
nibanks
Mar 13, 2024
Replies: 1 comment
|
Yes, you have to opt-in to use 0-RTT when you send stuff. It's a flag you can pass to StreamSend. |
0 replies
Answer selected by
alexandrehtrb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you have to opt-in to use 0-RTT when you send stuff. It's a flag you can pass to StreamSend.