Better comment for csma params

pull/15/head
sh123 2020-12-08 15:16:44 +02:00
rodzic a33ff5cd30
commit 52e3362b9c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -68,7 +68,8 @@ private:
const int CfgPollDelayMs = 10;
// tx when lower than this value from random 0..255, use lower value for high traffic
// tx when lower than this value from random 0..255
// use lower value for high traffic, use 255 for real time
const long CfgCsmaPersistence = 100;
const long CfgCsmaSlotTimeMs = 500;