Are there any plans for updating the internal CoAP buffer sizes to support 511 OpenThread children? There are two cases where the number of maximum OpenThread children is being limited:
- According to the resolution of my other ticket, just between NCS 1.9.1 and NCS 2.0.0, the buffer size is no longer sufficient to support 511 child devices due to additional fields being added to the internal CoAP Message metadata. In NCS 2.0.0, a maximum of 480 children are supported due to this limitation.
- When the configuration option for Block-wise transfers is enabled via CONFIG_OPENTHREAD_COAP_BLOCK=y, I now get the error:
error: static assertion failed: Insufficient buffer size for CoAP processing!
. The error goes away after I further decrease max children to 416 due to presumably more Message metadata required to support the Block-wise options.
My expectations is that the internal message buffers should support up to 511 children regardless NCS version or Block-wise configuration. Yes, my application needs to be able to eventually support 500 children. I consider this issue a limitation in that it does not sufficiently meet OpenThread capabilities.