Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance
486 struct HdcChannel { struct487 void *clsChannel; // ptr Class of serverForClient or client488 uint32_t channelId;489 std::string connectKey;490 uv_tcp_t hWorkTCP; // work channel for client, forward channel for server491 uv_thread_t hWorkThread;492 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now493 bool handshakeOK;494 bool isDead;518 using HChannel = struct HdcChannel *; argument