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 c606ed7

Browse filesBrowse files
Nibbler999addaleax
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 3094ace commit c606ed7
Copy full SHA for c606ed7

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
@@ -520,7 +520,7 @@ The maximum size of an `IPv4/v6` datagram depends on the `MTU`
520520
(_Maximum Transmission Unit_) and on the `Payload Length` field size.
521521

522522
* The `Payload Length` field is `16 bits` wide, which means that a normal
523-
payload exceed 64K octets _including_ the internet header and data
523+
payload cannot exceed 64K octets _including_ the internet header and data
524524
(65,507 bytes = 65,535 − 8 bytes UDP header − 20 bytes IP header);
525525
this is generally true for loopback interfaces, but such long datagram
526526
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.