Searched defs:TcpConnection (Results 1 – 3 of 3) sorted by relevance
184 struct TcpConnection { struct186 explicit TcpConnection(int32_t clientid) : clientId(clientid) {} in TcpConnection() argument189 int32_t clientId;
40 TcpConnection() {}; in TcpConnection() function