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.
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
SocketsHttpHandlerconnection pools can have a single configuration.