File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 237
237
* least one (1) 106-octet IPv6 datagram per attached SED".
238
238
*
239
239
* 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.
244
244
*/
245
- #define THREAD_INDIRECT_BIG_PACKETS_TOTAL 2
245
+ #define THREAD_INDIRECT_BIG_PACKETS_TOTAL 10
246
246
#define THREAD_INDIRECT_SMALL_PACKETS_PER_CHILD 2
247
247
248
248
/**
You can’t perform that action at this time.
0 commit comments