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

Unified Diff: net/udp/udp_client_socket.h

Issue 2235973002: Add a SetDoNotFragment() method to DatagramSocket, and call this for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: progress Created 4 years, 4 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: net/udp/udp_client_socket.h
diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
index ca563bbc0f1f45e3e04c8be0d33257e8f6748b08..e95c948a93d4196dbf110da55d6596af551531d4 100644
--- a/net/udp/udp_client_socket.h
+++ b/net/udp/udp_client_socket.h
@@ -43,6 +43,7 @@ class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
int GetLocalAddress(IPEndPoint* address) const override;
int SetReceiveBufferSize(int32_t size) override;
int SetSendBufferSize(int32_t size) override;
+ int SetDoNotFragment() override;
const BoundNetLog& NetLog() const override;
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698