Home
last modified time | relevance | path

Searched refs:AsyncStunServerTCPSocket (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/p2p/base/
Dasync_stun_tcp_socket_unittest.cc63 class AsyncStunServerTCPSocket : public rtc::AsyncTcpListenSocket { class
65 explicit AsyncStunServerTCPSocket(std::unique_ptr<rtc::Socket> socket) in AsyncStunServerTCPSocket() function in cricket::AsyncStunServerTCPSocket
85 std::make_unique<AsyncStunServerTCPSocket>(std::move(server)); in CreateSockets()