Skip to content

feature: Customizable client-side connection id and non-20-byte connection id support for shorter connection id for smaller overhead #2541

Description

@anatawa12

This issue is technically consists of two features, but targeting single problem so writing as single issue.

I'm planned to use quiche with unreliable extension for real-time communication and want to reduce packet size overhead.
Therefore I want to use shorter connection id for client side (and reject longer in on_conn_established).

However, currently tokio-quiche doesn't support changing length of connection id in InboundPacketRouter and doesn't allow specifying scid or cid generator.

Therefore I want to add support changing length of connection id to tokio-quiche.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions