Update csma comments

pull/15/head
sh123 2021-02-02 18:10:12 +02:00
rodzic 46eb37b087
commit 521bf3d00f
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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