Various TCP/IP experiments

This commit is contained in:
Mark Qvist 2014-04-28 09:13:44 +02:00
parent 7cad1d771e
commit 8ba0ce4fad
3 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
#define CONFIG_AFSK_RXTIMEOUT 0 // How long a read operation from the modem
// will wait for data before timing out.
#define CONFIG_AFSK_PREAMBLE_LEN 150UL // The length of the packet preamble in milliseconds
#define CONFIG_AFSK_TRAILER_LEN 50UL // The length of the packet tail in milliseconds
#define CONFIG_AFSK_PREAMBLE_LEN 550UL // The length of the packet preamble in milliseconds
#define CONFIG_AFSK_TRAILER_LEN 10UL // The length of the packet tail in milliseconds
#endif

View File

@ -24,9 +24,9 @@
// These two parameters are used for
// P-persistent CSMA
#define MP1_SETTLE_TIME 100UL // The minimum wait time before considering sending
#define MP1_P_PERSISTENCE 85UL // The probability (between 0 and 255) for sending
#define MP1_TXDELAY 150UL // Delay between turning on the transmitter and sending
#define MP1_SETTLE_TIME 250UL // The minimum wait time before considering sending
#define MP1_P_PERSISTENCE 64UL // The probability (between 0 and 255) for sending
#define MP1_TXDELAY 0UL // Delay between turning on the transmitter and sending
// We need to know some basic HDLC flag bytes
#define HDLC_FLAG 0x7E

View File

@ -1,2 +1,2 @@
#define VERS_BUILD 1599
#define VERS_BUILD 1603
#define VERS_HOST "shard"