Skip to content

Commit 56f66a4

Browse files
author
Arto Kinnunen
committed
Review correction
Update public API documentation.
1 parent 8b7d018 commit 56f66a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nanostack/net_interface.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -995,9 +995,9 @@ extern void net_get_version_information(uint8_t *ptr);
995995
*
996996
* Note! In Thread mode parent buffer size is automatically set during Thread initialization.
997997
*
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.
10011001
* \return 0 on success, <0 on errors.
10021002
*/
10031003

0 commit comments

Comments
 (0)