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 data-fin in 'dss' and 'add_addr' tests #17

Merged
merged 1 commit into from
Sep 11, 2020

Commits on Sep 1, 2020

  1. fix data-fin in 'dss' and 'add_addr' tests

    on recent kernels (5.9-rc1+), a call to close() causes the transmission of a
    regular TCP ACK having the DATA FIN bit set. Then, the kernel under test
    immediately sends a TCP FIN with DACK and DATA FIN: adjust tests in the
    'dss' and 'add_addr' folders accordingly.
    
    Closes: multipath-tcp/mptcp_net-next#69
    Signed-off-by: Davide Caratti <dcaratti@redhat.com>
    dcaratti committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    da6e5fc View commit details
    Browse the repository at this point in the history