demikernel
demikernel copied to clipboard
[inetstack] Support Path MTU Discovery
We currently don't support Path MTU Discovery, which is a technique for avoiding in-path packet fragmentation.
@BrianZill I believe that this is a duplicate to https://github.com/demikernel/demikernel/issues/178.
Please add your extra info there and then close this issue.
@BrianZill I believe that this is a duplicate to #178.
Please add your extra info there and then close this issue.
No, Issue #178 appears to be talking about the local interface MTU, saying that it shouldn't be a hard-coded constant. Typically, stacks reads an interface MTU from either some configuration information, or directly query it from the NIC (driver) itself.
This issue is about the Path MTU Discovery protocol, which is a means for probing the entire end-to-end path of a particular connection to determine the smallest MTU link on the path.