Skip to content

Commit

Permalink
Merge pull request #3140 from martinduke/mduke-no-crypto-retx
Browse files Browse the repository at this point in the history
Delete reference to crypto timeout
  • Loading branch information
martinthomson committed Oct 23, 2019
2 parents ac4d4ee + ec7c839 commit 12e0404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1605,11 +1605,11 @@ constrained by the amplification restriction.
Packet loss, in particular loss of a Handshake packet from the server, can cause
a situation in which the server cannot send when the client has no data to send
and the anti-amplification limit is reached. In order to avoid this causing a
handshake deadlock, clients SHOULD send a packet upon a crypto retransmission
timeout, as described in {{QUIC-RECOVERY}}. If the client has no data to
retransmit and does not have Handshake keys, it SHOULD send an Initial packet in
a UDP datagram of at least 1200 bytes. If the client has Handshake keys, it
SHOULD send a Handshake packet.
handshake deadlock, clients SHOULD send a packet upon a probe timeout, as
described in {{QUIC-RECOVERY}}. If the client has no data to retransmit and does
not have Handshake keys, it SHOULD send an Initial packet in a UDP datagram of
at least 1200 bytes. If the client has Handshake keys, it SHOULD send a
Handshake packet.

A server might wish to validate the client address before starting the
cryptographic handshake. QUIC uses a token in the Initial packet to provide
Expand Down

0 comments on commit 12e0404

Please sign in to comment.