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

fix mtu calculation for raw_socket #611

Merged
merged 1 commit into from May 18, 2022
Merged

Commits on May 12, 2022

  1. fix mtu calculation for raw raw_socket

    Previously, the ethernet frame header was added twice to the MTU. The
    first time in `interface_mtu` and a second time after calling
    `interface_mtu` in the raw socket `new` function. I removed the one in
    the `interface_mtu` function.
    thvdveld committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b283356 View commit details
    Browse the repository at this point in the history