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

Rfc9293 WIP #202

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

Rfc9293 WIP #202

wants to merge 40 commits into from

Commits on Feb 19, 2024

  1. tcp: Remove redundant :ack-p t

    :ack-p t is the default.
    ebrasca committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1113751 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    3b0fe68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef54dfb View commit details
    Browse the repository at this point in the history
  3. tcp: Fix errata

    ebrasca committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    c140f05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2c3874 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. tcp: Add tcp4-send-ack

    ebrasca committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8c0a1c1 View commit details
    Browse the repository at this point in the history
  2. tcp: Add challenge-ack

    ebrasca committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e8b7f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e6ca64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bce312d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb4e215 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e91e108 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a6d095 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53363c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc921f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d602981 View commit details
    Browse the repository at this point in the history
  11. tcp: Add :time-wait state

    ebrasca committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    352172c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. tcp: Add =<

    ebrasca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    663c799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9688f25 View commit details
    Browse the repository at this point in the history
  3. tcp: Small refactor

    ebrasca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    08e01fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6fa477 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3278434 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    180b7b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3334d79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c28348 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9a2b0d View commit details
    Browse the repository at this point in the history
  10. tcp: Add rfc5961 mitigation

    ebrasca committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d4bf137 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98af636 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfb920a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    dd95347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d07fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a15692 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. tcp: Update window size

    ebrasca committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7cf7956 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    b365915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2bd69 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. tcp: Implemented abort close

    TCP specification (rfc9293) says to send a reset segment
    ebrasca committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c229bc9 View commit details
    Browse the repository at this point in the history
  2. tcp: Refactor tcp-send

    ebrasca committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    24ea270 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. tcp: Add missing :closed case

    Make sure the Mezzano compilation does not fail due to missing :closed case
    ebrasca committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    94ebcb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc3eced View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    1690e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe6ae64 View commit details
    Browse the repository at this point in the history