From 9a7814c80d8f013ca323732a960dd6e554a9d39c Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 14 Aug 2017 16:53:21 +1000 Subject: [PATCH] stateless_reset_token is server only This also corrects the number used in prose. Closes #726. --- draft-ietf-quic-transport.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 60a27e1899..ffb3226b12 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -1084,11 +1084,17 @@ idle_timeout (0x0003): : The idle timeout is a value in seconds that is encoded as an unsigned 16-bit integer. The maximum value is 600 seconds (10 minutes). -stateless_reset_token (0x0005): +A server MUST include the following transport parameters: + +stateless_reset_token (0x0006): : The Stateless Reset Token is used in verifying a stateless reset, see {{stateless-reset}}. This parameter is a sequence of 16 octets. +A client MUST NOT include a stateless reset token. A server MUST treat receipt +of a stateless_reset_token transport parameter as a connection error of type +TRANSPORT_PARAMETER_ERROR. + An endpoint MAY use the following transport parameters: omit_connection_id (0x0004):