Skip to content

Commit

Permalink
doc: fix missing word in dgram.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Nibbler999 authored and ruyadorno committed Sep 21, 2020
1 parent c1e16d1 commit e5fffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ The maximum size of an `IPv4/v6` datagram depends on the `MTU`
(_Maximum Transmission Unit_) and on the `Payload Length` field size.

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

0 comments on commit e5fffe2

Please sign in to comment.