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 has been archived by the owner on Jan 22, 2025. It is now read-only.
The QUIC server doesn't not accept client connections with 0-RTT. Is that a wanted behaviour ?
The rust-ls server config parameter max_early_data_size must be set to u32::MAX so that the necessary crypto data is sent to the client and future 0-RTT connections are enabled. Solana currently uses the default of 0.
Problem
The QUIC server doesn't not accept client connections with 0-RTT. Is that a wanted behaviour ?
The rust-ls server config parameter
max_early_data_size
must be set tou32::MAX
so that the necessary crypto data is sent to the client and future 0-RTT connections are enabled. Solana currently uses the default of 0.Proposed Solution
Add
here.
The text was updated successfully, but these errors were encountered: