sessionOptions.enableEarlyData
- 类型:<boolean> 默认:
true
当 true 时,为此会话启用 TLS 0-RTT 早期数据。早期数据允许客户端在 TLS 握手完成之前发送应用数据,当可用有效会话票据时,可以减少重新连接的延迟。设置为 false 以禁用早期数据支持。
🌐 When true, enables TLS 0-RTT early data for this session. Early data
allows the client to send application data before the TLS handshake
completes, reducing latency on reconnection when a valid session ticket
is available. Set to false to disable early data support.