coapjs / node-coap

CoAP - Node.js style
MIT License
531 stars 154 forks source link

Implement RFC 8768 (Hop-Limit Option) #306

Open JKRhb opened 2 years ago

JKRhb commented 2 years ago

RFC 8768 introduces a new Hop-Limit option that can be used to prevent infinite loops in when multiple proxies are involved. As node-coap provides proxy features for servers, we should also implement this RFC.