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

#487 Add ways to set Path Discovery MTU for Linux on a Socket. #515

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

Commits on Jun 9, 2024

  1. Add ways to set Path Discovery MTU for Linux on a Socket.

    This contribution use setsocketops to configure Dont Fragment (DF) bit and OS
    behavior related to PMTU.
    
    It introduce PathMtuDiscoveringMode enum to manage it rust-way and 4 functions
    respectively for ipv4/v6 and set/get.
    
    Omit and Interface exist but are not widely documented.
    darnuria committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f24c12d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. !fixup review: portability statement already elsewhere in doc

    Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
    darnuria and Thomasdezeeuw authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4286134 View commit details
    Browse the repository at this point in the history
  2. !fixup Rework to avoid making a specific enum reuse Type(c_int) pattern.

    I reused the pattern used elsewhere to have handful short hands documented,
    while yet permiting futur constant not exposed in the lib.
    
    Also expose MtuDiscovering Mode types..
    darnuria committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    06ceefb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e95a481 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d35c931 View commit details
    Browse the repository at this point in the history