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

Unified Diff: mojo/services/public/interfaces/network/udp_socket.mojom

Issue 664243002: Mojo UDP: add a client-side wrapper which handles the client<->server buffering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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: mojo/services/public/interfaces/network/udp_socket.mojom
diff --git a/mojo/services/public/interfaces/network/udp_socket.mojom b/mojo/services/public/interfaces/network/udp_socket.mojom
index 0816ace76115d84fa1b53b124f5e08ee0710d130..f26cd09cb387a648666f6ca06d741a9e79205dde 100644
--- a/mojo/services/public/interfaces/network/udp_socket.mojom
+++ b/mojo/services/public/interfaces/network/udp_socket.mojom
@@ -54,7 +54,7 @@ interface UDPSocket {
// Notifies that the client is ready to accept |number| of datagrams.
// Correspondingly, OnReceived() of the UDPSocketClient interface will be
// called |number| times (errors also count), unless the connection is closed
- // before that. The socket must be bound.
+ // before that.
//
// It is allowed to call this method again before the previous request is
// completely satisfied. For example:

Powered by Google App Engine
This is Rietveld 408576698