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

Unified Diff: sdk/lib/io/socket.dart

Issue 1381233003: Increase the datagram receive buffer on Windows to 64k (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Removed tabs Created 5 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 | « runtime/bin/eventhandler_win.cc ('k') | tests/standalone/io/raw_datagram_socket_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/socket.dart
diff --git a/sdk/lib/io/socket.dart b/sdk/lib/io/socket.dart
index 64191810b7ce1f978d9dd6386a09af7722880c49..6464ab4aa93f7569a6f39dbbb2888be49e0be9ac 100644
--- a/sdk/lib/io/socket.dart
+++ b/sdk/lib/io/socket.dart
@@ -666,6 +666,8 @@ abstract class RawDatagramSocket extends Stream<RawSocketEvent> {
/**
* Receive a datagram. If there are no datagrams available `null` is
* returned.
+ *
+ * The maximum length of the datagram that can be received is 65503 bytes.
*/
Datagram receive();
« no previous file with comments | « runtime/bin/eventhandler_win.cc ('k') | tests/standalone/io/raw_datagram_socket_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698