Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use IP_PMTUDISC_PROBE for setting the DF bit on Linux & Windows, add support for darwin & FreeBSD #3378

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2022

  1. use IP_PMTUDISC_PROBE for setting the DF bit on Linux & Windows, add …

    …support for darwin & FreeBSD
    tobyxdd committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    f0e57e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. fix incorrect IP_MTU_DISCOVER value

    (cherry picked from commit b6bf9c8)
    tobyxdd committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    7124ddc View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge pull request #2 from haruue/v0.27.0-mod

    don't treat setDF failed as error
    
    (cherry picked from commit 503ec23)
    tobyxdd committed May 16, 2022
    Configuration menu
    Copy the full SHA
    81d645b View commit details
    Browse the repository at this point in the history
  2. return to IP_DONTFRAGMENT on Windows for compatibility

    (cherry picked from commit 9265b64)
    tobyxdd committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c3007f8 View commit details
    Browse the repository at this point in the history