forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove fragment/PMTU handling dropped by RFC 8200
The new IPv6 specification (RFC 8200 / STD 86) drops some IPv6 features, so we can simplify. We now drop ICMP "Packet Too Big" messages reporting a size less than the minimum 1280 MTU, and we won't create atomic fragments with fragment headers in response to them. Change-Id: I38451ca13842b9c5b89a2f95c4793a326dacae23
- Loading branch information
Showing
2 changed files
with
7 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters