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
{{ message }}
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
Add the following data types and the types related and required to them to the msquic wrapper library:
status: wrapper ofQUIC_STATUS, along with helper methods and C++-native functionality such as implicit boolean conversion.settings: wrapper ofQUIC_SETTINGS.credential config: wrapper ofQUIC_CREDENTIAL_CONFIG, but only the following certificate types suffice.hashholder type (QUIC_CERTIFICATE_HASH)cert & key fileholder type (QUIC_CERTIFICATE_FILE)registration config: wrapper ofQUIC_REGISTRATION_CONFIG(usingbufferstd::spanas a C++-native alternative toQUIC_BUFFER)alpn name: for type safety and future additional support, must be interchangeable with string_view.new connection info: access proxy type forQUIC_NEW_CONNECTION_INFOaddress: wrapper ofQUIC_ADDRESS