File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -995,9 +995,9 @@ extern void net_get_version_information(uint8_t *ptr);
995
995
*
996
996
* Note! In Thread mode parent buffer size is automatically set during Thread initialization.
997
997
*
998
- * \param big_packet_threshold Indicate how long packets are considered big. Thread specifies this to be 106 bytes.
999
- * \param small_packets_per_child_count Number of packets stored for each sleepy children.
1000
- * \param big_packets_total_count Total number of big packets parent can store for all sleepy children.
998
+ * \param big_packet_threshold Indicate how long packets are considered big. For Thread, must be 106 bytes.
999
+ * \param small_packets_per_child_count Number of small packets stored for each sleepy children. For Thread, must be at least 1 .
1000
+ * \param big_packets_total_count Total number of big packets parent can store for all sleepy children. For Thread, must be at least 1.
1001
1001
* \return 0 on success, <0 on errors.
1002
1002
*/
1003
1003
You can’t perform that action at this time.
0 commit comments