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

Mptcp reset option #45

Merged
merged 2 commits into from
Feb 25, 2021

Commits on Feb 22, 2021

  1. mptcp: add MPTCP_TCPRST support

    This adds the 'mp_reset' keyword to allow sending packets with TCPRST suboption.
    
    Examples:
    1.0 R. 1:1(0) ack 1001 win 264 <mp_reset 1>
    1.0 R. 1:1(0) ack 1001 win 264 <mp_reset 1 flags [ flag_t ]>
    
    Signed-off-by: Florian Westphal <fw@strlen.de>
    Florian Westphal authored and fw-strlen committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    21c2710 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. mp_reset: add test cases

    mp_reset_multi_v4.pkt - check we can reset a subflow and mptcp
    connection is unaffected.
    
    mp_reset_single.pkt - check we can reset single subflow.
    Check mp_reset on non-RST packets has no effect.
    
    mp_reset_single_tcp.pkt - check TCP doesn't care about
    mp_reset presence.
    
    This also "fixes" existing test cases to expect mp_reset option
    in some cases.
    
    Signed-off-by: Florian Westphal <fw@strlen.de>
    Florian Westphal authored and matttbe committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f24a513 View commit details
    Browse the repository at this point in the history