Skip to content

How is QUIC_MAX_PARTITION_COUNT set? #1433

Answered by nibanks
jeremyong asked this question in Q&A
Discussion options

You must be logged in to vote

We have a external storage (i.e. registry) value to control it, but assuming that's not set, we just set it to the processor count (capped to QUIC_MAX_PARTITION_COUNT). See https://github.com/microsoft/msquic/blob/main/src/core/library.c#L304. A QUIC_SETTING from the app isn't going to do anything since we initialize that at the first call to MsQuicOpen.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@jeremyong
Comment options

@nibanks
Comment options

@jeremyong
Comment options

@nibanks
Comment options

@jeremyong
Comment options

Answer selected by jeremyong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants