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