Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance
456 struct HdcChannel { struct457 void *clsChannel; // ptr Class of serverForClient or client458 uint32_t channelId;459 std::string connectKey;460 uv_tcp_t hWorkTCP; // work channel for client, forward channel for server461 uv_thread_t hWorkThread;462 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now463 bool handshakeOK;487 using HChannel = struct HdcChannel *; argument