We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0237a9 commit c3eec6bCopy full SHA for c3eec6b
Design/Quickstart.odt
-147 KB
Documentation/Quickstart.odt
819 Bytes
Documentation/Quickstart.pdf
380 Bytes
Modem/protocol/mp1.h
@@ -34,7 +34,7 @@
34
35
// These two parameters are used for
36
// P-persistent CSMA
37
-#define MP1_SETTLE_TIME 100UL // The minimum wait time before considering sending
+#define MP1_SETTLE_TIME 100UL // The minimum wait time before even considering sending
38
#define MP1_SLOT_TIME 100UL // The time to wait if deciding not to send
39
#define MP1_P_PERSISTENCE 85UL // The probability (between 0 and 255) for sending
40
#define MP1_TXDELAY 0UL // Delay between turning on the transmitter and sending
buildrev.h
@@ -1,2 +1,2 @@
1
-#define VERS_BUILD 1754
+#define VERS_BUILD 1756
2
#define VERS_HOST "shard"
0 commit comments