Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance
323 struct HdcChannel { struct324 void *clsChannel; // ptr Class of serverForClient or client325 uint32_t channelId;326 std::string connectKey;327 uv_tcp_t hWorkTCP; // work channel for client, forward channel for server328 uv_thread_t hWorkThread;329 uint8_t uvHandleRef = 0; // libuv handle ref -- just main thread now330 bool handshakeOK;331 bool isDead;332 bool serverOrClient; // true: server's channel, false: client's channel[all …]