LeviLamina
|
Public Types | |
enum class | Options : int { TlsFake = 1 << 0 , Ssltcp = 1 << 0 , Tls = 1 << 1 , Stun = 1 << 2 , TlsInsecure = 1 << 3 } |
Public Member Functions | |
virtual::rtc::AsyncPacketSocket * | CreateUdpSocket (::rtc::SocketAddress const &, ushort, ushort)=0 |
virtual::rtc::AsyncListenSocket * | CreateServerTcpSocket (::rtc::SocketAddress const &, ushort, ushort, int)=0 |
virtual::rtc::AsyncPacketSocket * | CreateClientTcpSocket (::rtc::SocketAddress const &, ::rtc::SocketAddress const &, ::rtc::ProxyInfo const &, ::std::string const &, ::rtc::PacketSocketTcpOptions const &)=0 |
virtual ::std::unique_ptr<::webrtc::AsyncDnsResolverInterface > | CreateAsyncDnsResolver ()=0 |