Page MenuHomeFreeBSD

Path MTU discovery hooks for offloaded TCP connections.
ClosedPublic

Authored by np on Apr 14 2021, 12:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 7:00 AM
Unknown Object (File)
Fri, Apr 12, 11:34 PM
Unknown Object (File)
Dec 20 2023, 2:37 AM
Unknown Object (File)
Dec 2 2023, 7:44 PM
Unknown Object (File)
Nov 14 2023, 12:58 AM
Unknown Object (File)
Nov 10 2023, 2:20 AM
Unknown Object (File)
Nov 7 2023, 1:20 PM
Unknown Object (File)
Nov 5 2023, 8:09 AM
Subscribers

Details

Summary

Notify the TOE driver when when an ICMP type 3 code 4 (Fragmentation
needed and DF set) message is received for an offloaded connection.
This gives the driver an opportunity to lower the path MTU for the
connection and resume transmission, much like what the kernel does for
the connections that it handles.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

np requested review of this revision.Apr 14 2021, 12:48 AM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 21 2021, 8:02 PM
This revision was automatically updated to reflect the committed changes.