Skip to content

Decide what to do when the remote closes the last path #398

@divagant-martian

Description

@divagant-martian

Some options:

  1. kill the connection immediately.
  • PROS: easy to reason about, easy to code, spec compliant
  • CONS: The remote might "soon" open a new path, so this is a potentially recoverable situation
  1. wait the idle timeout.
  • PROS: allows the connection to recover
  • CONS: The application might not have an idle timeout. Might make poll_transmit more complex

At time of writing we do 1, which is potentially too harsh

Metadata

Metadata

Assignees

No one assigned

    Labels

    multipathQUIC Multipath extension

    Type

    Projects

    Status

    👍 Ready

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions