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)
Oct 19 2024, 1:04 AM
Unknown Object (File)
Oct 18 2024, 2:48 AM
Unknown Object (File)
Oct 3 2024, 10:05 PM
Unknown Object (File)
Oct 3 2024, 12:15 PM
Unknown Object (File)
Oct 2 2024, 9:11 PM
Unknown Object (File)
Oct 2 2024, 8:17 AM
Unknown Object (File)
Oct 2 2024, 4:52 AM
Unknown Object (File)
Oct 1 2024, 1:29 PM
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.