Skip to content

Commit 63fd564

Browse files
committed
coap: Set COAP_FORMAT_DNS_MESSAGE to 553
Set since draft-ietf-core-dns-over-coap-03
1 parent 410be58 commit 63fd564

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sys/include/net/coap.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,11 @@ extern "C" {
443443
* @see [Web of Things (WoT) Thing Description 1.1](https://www.w3.org/TR/wot-thing-description11/)
444444
*/
445445
#define COAP_FORMAT_TM_JSON (433)
446+
/**
447+
* @brief Content-Type `application/dns-message`
448+
* @see [draft-ietf-core-dns-over-coap](https://datatracker.ietf.org/doc/draft-ietf-core-dns-over-coap/)
449+
*/
450+
#define COAP_FORMAT_DNS_MESSAGE (553)
446451
/**
447452
* @brief Content-Type `application/voucher-cose+cbor`
448453
* @see [draft-ietf-anima-constrained-voucher](https://datatracker.ietf.org/doc/draft-ietf-anima-constrained-voucher/)
@@ -500,7 +505,6 @@ extern "C" {
500505
* @see [RFC 2318](https://www.w3.org/TR/SVG/mimereg.html)
501506
*/
502507
#define COAP_FORMAT_IMAGE_SVG_XML (30000)
503-
#define COAP_FORMAT_DNS_MESSAGE (65053) /**< NON STANDARD! */
504508
/** @} */
505509

506510
/**

0 commit comments

Comments
 (0)