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

Fixes unused MTU settings at TcpSocket dispatch #384

Merged
merged 2 commits into from
Oct 25, 2020

Commits on Oct 23, 2020

  1. Fixes unused MTU settings at TcpSocket dispatch

    This commit fixes a small bug, where the TcpSocket computed the maximum
    size per payload in a tx_buffer without taking into account the MTU
    defined by the underlying network device.
    mustermeiszer committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b933bc3 View commit details
    Browse the repository at this point in the history
  2. Taking into account TCP and IP header

    The MTU consists of TCP header, IP header and the payload.
    In the former fix, this was not taken into account.
    mustermeiszer committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b767861 View commit details
    Browse the repository at this point in the history