-
We are testing openthread stack and we want to know limitations and also we want to know how fast message going out from send buffer. We try to send many UDP messages in a row. Is there any command to know that my message/s was out from buffer or is it possible to get this buffer size? It's very important that this buffer not to overflow and not to lose packets that we sent. And also we want to control our message flow. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Take a look at OpenThread's message APIs. Specifically, otMessageBufferInfo() provides informations of message buffers in use and where they are allocated. |
Beta Was this translation helpful? Give feedback.
Take a look at OpenThread's message APIs. Specifically, otMessageBufferInfo() provides informations of message buffers in use and where they are allocated.