Skip to content

Commit f8a39da

Browse files
documentation fix: (#1608)
added missing parameter
1 parent b69ba04 commit f8a39da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nanostack/net_interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ 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 interface_id Network interface ID.
998999
* \param big_packet_threshold Indicate how long packets are considered big. For Thread, must be 106 bytes.
9991000
* \param small_packets_per_child_count Number of small packets stored for each sleepy children. For Thread, must be at least 1.
10001001
* \param big_packets_total_count Total number of big packets parent can store for all sleepy children. For Thread, must be at least 1.

0 commit comments

Comments
 (0)