how to get connection address #2934
Answered
by
nibanks
fofewyoung
asked this question in
Q&A
-
i have got HQUIC of Connection In Server, How to get the Ip of the peer? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Aug 3, 2022
Replies: 1 comment
-
You can call #define QUIC_PARAM_CONN_LOCAL_ADDRESS 0x05000001 // QUIC_ADDR
#define QUIC_PARAM_CONN_REMOTE_ADDRESS 0x05000002 // QUIC_ADDR |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fofewyoung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can call
GetParam
for: