We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69ba04 commit f8a39daCopy full SHA for f8a39da
nanostack/net_interface.h
@@ -995,6 +995,7 @@ extern void net_get_version_information(uint8_t *ptr);
995
*
996
* Note! In Thread mode parent buffer size is automatically set during Thread initialization.
997
998
+ * \param interface_id Network interface ID.
999
* \param big_packet_threshold Indicate how long packets are considered big. For Thread, must be 106 bytes.
1000
* \param small_packets_per_child_count Number of small packets stored for each sleepy children. For Thread, must be at least 1.
1001
* \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