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

Unified Diff: net/udp/udp_server_socket.h

Issue 721273002: Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer options from UDPSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_server_socket.h
diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h
index 77ca86de550f1992f70795049bcb16c2971ac579..055863825f7aff5a550cc598883270dc54cc57f3 100644
--- a/net/udp/udp_server_socket.h
+++ b/net/udp/udp_server_socket.h
@@ -49,6 +49,7 @@ class NET_EXPORT UDPServerSocket : public DatagramServerSocket {
private:
UDPSocket socket_;
+ bool allow_broadcast_;
DISALLOW_COPY_AND_ASSIGN(UDPServerSocket);
};

Powered by Google App Engine
This is Rietveld 408576698