Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5fffe2

Browse filesBrowse files
Nibbler999ruyadorno
authored andcommitted
doc: fix missing word in dgram.md
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>
1 parent c1e16d1 commit e5fffe2
Copy full SHA for e5fffe2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/dgram.md‎

Copy file name to clipboardExpand all lines: doc/api/dgram.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ The maximum size of an `IPv4/v6` datagram depends on the `MTU`
524524
(_Maximum Transmission Unit_) and on the `Payload Length` field size.
525525

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.