Skip to content

Commit 135c48d

Browse files
author
Arto Kinnunen
committed
Increase Thread SED buffer size for big packets
1 parent 70931a7 commit 135c48d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/6LoWPAN/Thread/thread_config.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@
237237
* least one (1) 106-octet IPv6 datagram per attached SED".
238238
*
239239
* The defines below tell how many small (i.e. up to the big packet
240-
* threshold) packets total and big (i.e. over the big packet threshold)
241-
* packets per sleepy child we buffer in the indirect TX queue. The
242-
* minimum values are 1 for both, but here we use 2 for better
243-
* performance.
240+
* threshold) packets per sleepy child and big (i.e. over the big
241+
* packet threshold) packets total we buffer in the indirect TX
242+
* queue. The minimum values are 1 for both, but here we use larger
243+
* value for better performance.
244244
*/
245-
#define THREAD_INDIRECT_BIG_PACKETS_TOTAL 2
245+
#define THREAD_INDIRECT_BIG_PACKETS_TOTAL 10
246246
#define THREAD_INDIRECT_SMALL_PACKETS_PER_CHILD 2
247247

248248
/**

0 commit comments

Comments
 (0)