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

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

Issue 668993002: Mojo UDP: add a client-side wrapper which handles the client<->server buffering for users. (Closed) Base URL: https://github.com/domokit/mojo.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
« no previous file with comments | « mojo/services/public/cpp/network/udp_socket_wrapper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « mojo/services/public/cpp/network/udp_socket_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698