MatrixAI / js-quic

QUIC Networking for TypeScript & JavaScript
https://matrixai.github.io/js-quic/
Apache License 2.0
13 stars 1 forks source link

Adding `serverName` option to `CreateQUICClient` #122

Closed tegefaulkes closed 1 month ago

tegefaulkes commented 1 month ago

Description

This PR addresses adding a serverName option to CreateQUICClient. When a QUICConnection is established the server name is checked by the server and can reject the connection. We need the ability to set this separately from the Host in some scenarios.

Issues Fixed

Tasks

Final checklist