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

Rework channel_reestablish requirements #1051

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

Commits on Jan 11, 2023

  1. Properly align statements

    This commit only contains cosmetic whitespace changes: statements weren't
     consistently aligned. I harmonized them as I find that
    it helps readability,
    especially with complex nested conditions.
    t-bast committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    17dab63 View commit details
    Browse the repository at this point in the history
  2. Merge last section in previous ones

    It's hard to follow when requirements are scattered in too many sections.
    t-bast committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1a0d592 View commit details
    Browse the repository at this point in the history
  3. Rework channel_reestablish error cases

    Rework the `channel_reestablish` receiver requirements: we first handle
    all error cases, then specify what should be retransmitted.
    t-bast committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e46fd42 View commit details
    Browse the repository at this point in the history