You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add SOL_SOCKET etc.
There is no way provided to do that.
So I added get_native_handle to support that.
Please incorporate.
//Return the native socket
SOCKET get_native_handle() const {
return sock;
}