Skip to content

Commit e5fffe2

Browse files
Nibbler999ruyadorno
authored andcommitted
doc: fix missing word in dgram.md
The word "cannot" is missing from this sentence PR-URL: #35231 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent c1e16d1 commit e5fffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ The maximum size of an `IPv4/v6` datagram depends on the `MTU`
524524
(_Maximum Transmission Unit_) and on the `Payload Length` field size.
525525

526526
* The `Payload Length` field is `16 bits` wide, which means that a normal
527-
payload exceed 64K octets _including_ the internet header and data
527+
payload cannot exceed 64K octets _including_ the internet header and data
528528
(65,507 bytes = 65,535 − 8 bytes UDP header − 20 bytes IP header);
529529
this is generally true for loopback interfaces, but such long datagram
530530
messages are impractical for most hosts and networks.

0 commit comments

Comments
 (0)