Skip to content

[QUIC] Split out MsQuic configuration from connection #42642

@scalablecory

Description

@scalablecory

An MsQuic configuration allocates a number of resources that are able to be shared between multiple connections.

Currently, we are sharing a configuration on server connections, but are allocating a new one per client-initiated connection. We should consider breaking this out into its own API so that e.g. the SocketsHttpHandler connection pools can have a single configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.Net.QuicenhancementProduct code improvement that does NOT require public API changes/additionstenet-performancePerformance related issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions