Searched refs:AsyncStunServerTCPSocket (Results 1 – 1 of 1) sorted by relevance
63 class AsyncStunServerTCPSocket : public rtc::AsyncTcpListenSocket { class65 explicit AsyncStunServerTCPSocket(std::unique_ptr<rtc::Socket> socket) in AsyncStunServerTCPSocket() function in cricket::AsyncStunServerTCPSocket85 std::make_unique<AsyncStunServerTCPSocket>(std::move(server)); in CreateSockets()