Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance
319 struct HdcChannel { struct320 void *clsChannel; // ptr Class of serverForClient or client321 uint32_t channelId;322 std::string connectKey;323 uv_tcp_t hWorkTCP; // work channel for client, forward channel for server324 uv_thread_t hWorkThread;325 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now326 bool handshakeOK;327 bool isDead;328 bool serverOrClient; // client's channel/ server's channel[all …]