Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3671)

Unified Diff: webrtc/p2p/stunprober/stunprober.h

Issue 2881973002: Get tests working on systems that only support IPv6. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/p2p/stunprober/stunprober.h
diff --git a/webrtc/p2p/stunprober/stunprober.h b/webrtc/p2p/stunprober/stunprober.h
index dbb67c61674ebbb22f93d4cb65e93095823c58d7..c7cc33c02f5e51bb2dd0dc743791f0876d4ef868 100644
--- a/webrtc/p2p/stunprober/stunprober.h
+++ b/webrtc/p2p/stunprober/stunprober.h
@@ -175,6 +175,8 @@ class StunProber : public sigslot::has_slots<> {
void OnSocketReady(rtc::AsyncPacketSocket* socket,
const rtc::SocketAddress& addr);
+ void CreateSockets();
+
bool Done() {
return num_request_sent_ >= requests_per_ip_ * all_servers_addrs_.size();
}

Powered by Google App Engine
This is Rietveld 408576698