QUIC: fix typo

This commit is contained in:
Nan Xiao 2022-11-01 15:01:43 +08:00
parent 2f75f65b7f
commit 212c90f6d5
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ static const fragment_items quic_crypto_fragment_items = {
* - QUIC packets might appear out-of-order (short packets before handshake
* message is captured), lost or retransmitted/duplicated.
* - During live capture, keys might not be immediately be available. 1-RTT
* client keys will be ready while client proceses Server Hello (Handshake).
* client keys will be ready while client processes Server Hello (Handshake).
* 1-RTT server keys will be ready while server creates Handshake message in
* response to Initial Handshake.
* - So delay cipher creation until first short packet is received.