We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3094ace commit c606ed7Copy full SHA for c606ed7
doc/api/dgram.md
@@ -520,7 +520,7 @@ The maximum size of an `IPv4/v6` datagram depends on the `MTU`
520
(_Maximum Transmission Unit_) and on the `Payload Length` field size.
521
522
* The `Payload Length` field is `16 bits` wide, which means that a normal
523
- payload exceed 64K octets _including_ the internet header and data
+ payload cannot exceed 64K octets _including_ the internet header and data
524
(65,507 bytes = 65,535 − 8 bytes UDP header − 20 bytes IP header);
525
this is generally true for loopback interfaces, but such long datagram
526
messages are impractical for most hosts and networks.
0 commit comments