Skip to content

Emit new event when MAX_PATH_ID is incremented #755

Description

@flub

When Connection::open_path fails with MaxPathIdReached the application can not always do something. Sometimes all that is needed is waiting until the network delivers the next MAX_PATH_ID frame. However when this finally is incremented the application has no way of knowing about this.

A new PathEvent::MaxPathIdIncreased could help with this. But it could also be something else like a watcher on the max path ID that can be opened. Both have tradeoffs.

Somewhat related to #754.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status
    🚑 Needs Triage

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions