Skip to content

Commit c606ed7

Browse files
Nibbler999addaleax
authored andcommitted
doc: fix missing word in dgram.md
The word "cannot" is missing from this sentence PR-URL: #35231 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent 3094ace commit c606ed7

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
@@ -520,7 +520,7 @@ The maximum size of an `IPv4/v6` datagram depends on the `MTU`
520520
(_Maximum Transmission Unit_) and on the `Payload Length` field size.
521521

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

0 commit comments

Comments
 (0)