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 <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>
  • Loading branch information
Nibbler999 authored and nodejs-github-bot committed Sep 16, 2020
1 parent dfa2dad commit d4aac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.md
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 d4aac83

Please sign in to comment.