From d0d15f8b3acdc5ecb0153ff7eb4333ed0c3992e9 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 3 Feb 2020 01:16:08 -0500 Subject: [PATCH] Fix #3405: Specify that active_connection_id_limit TP is an integer --- draft-ietf-quic-transport.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 0414642e49..cae0a53455 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -4694,7 +4694,8 @@ preferred_address (0x000d): active_connection_id_limit (0x000e): -: The maximum number of connection IDs from the peer that an endpoint is willing +: The active connection ID limit is an integer value specifying the + maximum number of connection IDs from the peer that an endpoint is willing to store. This value includes the connection ID received during the handshake, that received in the preferred_address transport parameter, and those received in NEW_CONNECTION_ID frames.