How to access the connection id #4910
Answered
by
nibanks
SuhasGurram2002
asked this question in
Q&A
-
Hi all, I know that stream id is accessible by using GetParam and QUIC_PARAM_STREAM_ID as a parameter. So, is there any way that I can access the connection id, thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Mar 11, 2025
Replies: 1 comment
-
MsQuic doesn't expose the connection ID concept to the app. A large reason for this is because it's not a singleton, and MsQuic may regularly change it CIDs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MsQuic doesn't expose the connection ID concept to the app. A large reason for this is because it's not a singleton, and MsQuic may regularly change it CIDs.