You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2021/05/27 08:20:08 UTC

[mynewt-nimble] 30/31: bttester: Allow for more retransmit attempts in mesh

This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 5ea192af0108f72ab7f5ef0223e12f17c83e6841
Author: Krzysztof Kopyściński <kr...@codecoup.pl>
AuthorDate: Thu May 6 13:59:41 2021 +0200

    bttester: Allow for more retransmit attempts in mesh
    
    This improves stability of transport tests
---
 apps/bttester/syscfg.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index db869c3..7f99ded 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -80,7 +80,7 @@ syscfg.vals:
     SHELL_TASK: 0
     SHELL_NEWTMGR: 0
     LOG_LEVEL: 12
-    MSYS_1_BLOCK_COUNT: 80
+    MSYS_1_BLOCK_COUNT: 100
 
     BLE_MONITOR_RTT: 1
     CONSOLE_RTT: 0
@@ -127,7 +127,8 @@ syscfg.vals:
     BLE_MESH_CFG_CLI: 1
     BLE_MESH_RX_SDU_MAX: 110
     BLE_MESH_HEALTH_CLI: 1
-    BLE_MESH_FRIEND_QUEUE_SIZE: 32
+    BLE_MESH_FRIEND_QUEUE_SIZE: 16
+    BLE_MESH_SEG_RETRANSMIT_ATTEMPTS: 6
     BLE_MESH_RX_SEG_MAX: 13
     BLE_MESH_TX_SEG_MSG_COUNT: 2
     BLE_MAX_CONNECTIONS: 8