SSLManager _socketIndex #4300
Unanswered
micheleselea
asked this question in
Q&A
Replies: 1 comment
-
socket index is used by set/get_ex_data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what is the purpose of using
_socketIndex(SSL_get_ex_new_index(0, NULL, NULL, NULL, NULL))
if SSLManager is always used as a singleton, so _socketIndex it's always 1 set in constructor and never changed?
Beta Was this translation helpful? Give feedback.
All reactions