1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-04 01:23:21 +00:00

Added timeout on server connect to capture cases where the FD does not become signaled

This commit is contained in:
Bryan Roe
2020-06-07 18:01:10 -07:00
parent 6834a34ca6
commit 628e44121a
2 changed files with 78 additions and 48 deletions

View File

@@ -171,7 +171,8 @@ typedef struct MeshAgentHostContainer
ILibSimpleDataStore masterDb;
ILibWebClient_StateObject controlChannel;
struct sockaddr_in6* proxyServer;
void *controlChannelRequest;
#ifdef WIN32
void *shCore;
DpiAwarenessFunc dpiAwareness;