can create a socket from a fd
This commit is contained in:
@ -143,7 +143,7 @@ std::string getSSLErrorDescription(OSStatus status)
|
||||
|
||||
namespace ix
|
||||
{
|
||||
SocketAppleSSL::SocketAppleSSL() :
|
||||
SocketAppleSSL::SocketAppleSSL(int fd) : Socket(fd),
|
||||
_sslContext(nullptr)
|
||||
{
|
||||
;
|
||||
|
Reference in New Issue
Block a user