mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 23:53:53 +00:00
Windows uses exceptfds to report failed async connect() in select(). TCP now done on Windows (I think).
This commit is contained in:
@ -59,9 +59,9 @@ TcpSocket::~TcpSocket()
|
||||
#else
|
||||
::close(_sock);
|
||||
#endif
|
||||
|
||||
if (_outbuf)
|
||||
::free(_outbuf);
|
||||
//printf("!!! TCP SOCKET DESTROYED @%.16llx to %s\r\n",(unsigned long long)this,_remote.toString().c_str());
|
||||
}
|
||||
|
||||
bool TcpSocket::send(const InetAddress &to,const void *msg,unsigned int msglen)
|
||||
|
Reference in New Issue
Block a user