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

Unified Diff: webrtc/base/network.h

Issue 1737493004: Keep on sending stun binding requests on zero-cost networks. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Change back to uint32_t timestamp Created 4 years, 10 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
« no previous file with comments | « no previous file | webrtc/p2p/base/stunport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/network.h
diff --git a/webrtc/base/network.h b/webrtc/base/network.h
index a81bcabf660346f34d941a11494720b094084f58..680c005ea29ace284f9aae3c7bf4c07f9694f6a0 100644
--- a/webrtc/base/network.h
+++ b/webrtc/base/network.h
@@ -337,6 +337,8 @@ class Network {
void set_ignored(bool ignored) { ignored_ = ignored; }
AdapterType type() const { return type_; }
+ void set_type(AdapterType type) { type_ = type; }
+
int preference() const { return preference_; }
void set_preference(int preference) { preference_ = preference; }
« no previous file with comments | « no previous file | webrtc/p2p/base/stunport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698