From 7a4fb254c6b10a6ddf1acfcedc4f989f334746c9 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 5 Jul 2023 19:54:10 +0200 Subject: [PATCH] nit: paths keep the CoAP options (and thus message) small The CoAP header in CoAP-over-UDP are the bytes that contain code, type and MID, which are of constant size. --- draft-ietf-core-dns-over-coap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-core-dns-over-coap.md b/draft-ietf-core-dns-over-coap.md index eab27cb..c9ca2bd 100644 --- a/draft-ietf-core-dns-over-coap.md +++ b/draft-ietf-core-dns-over-coap.md @@ -179,7 +179,7 @@ When discovering the DNS resource through a link mechanism that allows describin used to identify a generic DNS resolver that is available to the client. While there is no path specified it is RECOMMENDED to use the root path "/" for the DNS resource to -keep the CoAP header small. +keep the CoAP requests small. Basic Message Exchange ======================