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
As part of our ongoing efforts to improve the performance and security of our Bridge46, we need to implement support for the QUIC (Quick UDP Internet Connections) protocol and HTTPS over UDP.
QUIC is a relatively new transport layer protocol that provides several benefits over traditional TCP/TLS, including:
Reduced connection establishment time (0-RTT)
Improved performance through features like connection migration and stream multiplexing
Native support for encryption and authentication
By implementing QUIC/HTTPS over UDP in Bridge46, we can provide our users with a faster and more secure connection experience, especially for latency-sensitive applications.
The main tasks for this ticket include:
Research and evaluate QUIC implementation options for Bridge46 (e.g., using a library like quinn or implementing it from scratch).
Modify Bridge46 to support QUIC/HTTPS over UDP in addition to the existing TCP/TLS support.
Implement the necessary logic to negotiate QUIC/HTTPS connections, handle the QUIC protocol features, and fallback to TCP/TLS if QUIC is not supported by the client.
Write extensive tests to ensure the QUIC/HTTPS over UDP functionality is working as expected.
Update the documentation and deployment procedures to reflect the new QUIC/HTTPS over UDP capabilities.
Perform thorough performance and stress testing to validate the improvements and identify any potential issues.
Acceptance Criteria:
Bridge46 can successfully negotiate and establish QUIC/HTTPS over UDP connections with clients.
The QUIC/HTTPS over UDP functionality provides a measurable performance improvement over the existing TCP/TLS implementation.
Bridge46 gracefully handles the fallback to TCP/TLS when QUIC is not supported by the client.
The new QUIC/HTTPS over UDP functionality is thoroughly documented, and the deployment process is updated accordingly.
All tests pass, and no regressions are introduced in the existing functionality.
The text was updated successfully, but these errors were encountered:
xlmnxp
changed the title
Implement QUIC/HTTPS over UDP in Bridge46
Implement QUIC/HTTPS3 over UDP in Bridge46
Aug 11, 2024
As part of our ongoing efforts to improve the performance and security of our Bridge46, we need to implement support for the QUIC (Quick UDP Internet Connections) protocol and HTTPS over UDP.
QUIC is a relatively new transport layer protocol that provides several benefits over traditional TCP/TLS, including:
By implementing QUIC/HTTPS over UDP in Bridge46, we can provide our users with a faster and more secure connection experience, especially for latency-sensitive applications.
The main tasks for this ticket include:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: