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

Unified Diff: webrtc/base/socket.h

Issue 2866183004: Deleted unused method EstimateMTU, and the WinPing class. (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
« no previous file with comments | « webrtc/base/physicalsocketserver.cc ('k') | webrtc/base/socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/socket.h
diff --git a/webrtc/base/socket.h b/webrtc/base/socket.h
index 73dfdbb808b5743947f096aaec6317685c71daff..38a51f828eb50f9392a79e460f3f56b23cbb8ba3 100644
--- a/webrtc/base/socket.h
+++ b/webrtc/base/socket.h
@@ -171,11 +171,6 @@ class Socket {
};
virtual ConnState GetState() const = 0;
- // Fills in the given uint16_t with the current estimate of the MTU along the
- // path to the address to which this socket is connected. NOTE: This method
- // can block for up to 10 seconds on Windows.
- virtual int EstimateMTU(uint16_t* mtu) = 0;
-
enum Option {
OPT_DONTFRAGMENT,
OPT_RCVBUF, // receive buffer size
« no previous file with comments | « webrtc/base/physicalsocketserver.cc ('k') | webrtc/base/socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698