You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Guard QUIC_PARAM_GLOBAL_WORKER_STATISTICS case with #ifndef _KERNEL_MODE
(worker pool API not available in kernel builds)
- Guard test code with #ifdef QUIC_API_ENABLE_PREVIEW_FEATURES for official
builds that don't define preview features
- Exclude worker stats tests from kernel test driver registration
- Add QUIC_WORKER_STATISTICS and QUIC_WORKER_STATISTICS_LIST to Rust FFI
bindings (win_bindings.rs and linux_bindings.rs)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments