-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-System.Net.QuicenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
We need to support multiple ALPN protocols, certificates, and SNI callbacks in QuicListener:
Lines 48 to 56 in 5c6f5b1
| // TODO allow for a callback to select the certificate (SNI). | |
| public IntPtr ListenerOpen(QuicListenerOptions options) | |
| { | |
| if (!_opened) | |
| { | |
| OpenSession(options.ServerAuthenticationOptions.ApplicationProtocols[0].Protocol.ToArray(), | |
| (ushort)options.MaxBidirectionalStreams, | |
| (ushort)options.MaxUnidirectionalStreams); | |
| } |
Metadata
Metadata
Assignees
Labels
area-System.Net.QuicenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions