| 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
|
|
|