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

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

commit 3005f0e20dc8003a3f4875e1d1fb73496722022e
Author: MichaƂ Narajowski <michal.narajow...@codecoup.pl>
AuthorDate: Thu May 27 10:20:19 2021 +0200

    Revert "bttester: Allow for more retransmit attempts in mesh"
    
    This reverts commit 5ea192af0108f72ab7f5ef0223e12f17c83e6841.
---
 apps/bttester/syscfg.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 7f99ded..db869c3 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: 100
+    MSYS_1_BLOCK_COUNT: 80
 
     BLE_MONITOR_RTT: 1
     CONSOLE_RTT: 0
@@ -127,8 +127,7 @@ syscfg.vals:
     BLE_MESH_CFG_CLI: 1
     BLE_MESH_RX_SDU_MAX: 110
     BLE_MESH_HEALTH_CLI: 1
-    BLE_MESH_FRIEND_QUEUE_SIZE: 16
-    BLE_MESH_SEG_RETRANSMIT_ATTEMPTS: 6
+    BLE_MESH_FRIEND_QUEUE_SIZE: 32
     BLE_MESH_RX_SEG_MAX: 13
     BLE_MESH_TX_SEG_MSG_COUNT: 2
     BLE_MAX_CONNECTIONS: 8

Reply via email to