From 521bf3d00ff6fa6a604f0a068ee66e06c0626bb7 Mon Sep 17 00:00:00 2001 From: sh123 Date: Tue, 2 Feb 2021 18:10:12 +0200 Subject: [PATCH] Update csma comments --- loraprs_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loraprs_service.h b/loraprs_service.h index fc545dd..0a066dd 100644 --- a/loraprs_service.h +++ b/loraprs_service.h @@ -70,9 +70,9 @@ private: const int CfgWiFiConnRetryMaxTimes = 10; const int CfgMaxAX25PayloadSize = 512; - // csma paramters, use lower value for high traffic, use 255 for real time - const long CfgCsmaPersistence = 100; - const long CfgCsmaSlotTimeMs = 500; + // csma paramters, overriden with KISS commands + const long CfgCsmaPersistence = 100; // 255 for real time, lower for higher traffic + const long CfgCsmaSlotTimeMs = 500; // 0 for real time, otherwise set to average tx duration private: // config