| 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();
|
|
|
|
|