icmplib icon indicating copy to clipboard operation
icmplib copied to clipboard

Feature/pmtu discovery

Open acooks opened this issue 1 year ago • 0 comments

Here is a potential implementation of path MTU discovery. It has recently been mentioned in issue #54 and #71

Some test results here:

https://github.com/acooks/icmplib/wiki

The results show that interfaces conform to the Robustness principle in that they may accept packets somewhat larger than the configured MTU, but won't send anything larger than the configured MTU.

Characterizing that asymmetric behavior was what motivated me to implement the pmtu discovery.

acooks avatar Mar 10 '23 21:03 acooks