Skip to content
Snippets Groups Projects
Commit ee75ec3c authored by Adam Dunkels's avatar Adam Dunkels
Browse files

Be a little more conservative in terms of what headers not to compress

parent 12689927
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
enabled. This is needed for ContikiMAC, which needs packets to be
larger than a specified size, if no ContikiMAC header should be
used. */
#define SICSLOWPAN_CONF_COMPRESSION_THRESHOLD 60
#define SICSLOWPAN_CONF_COMPRESSION_THRESHOLD 63
#define CONTIKIMAC_CONF_WITH_CONTIKIMAC_HEADER 0
#define CXMAC_CONF_ANNOUNCEMENTS 0
......
......@@ -50,7 +50,7 @@
enabled. This is needed for ContikiMAC, which needs packets to be
larger than a specified size, if no ContikiMAC header should be
used. */
#define SICSLOWPAN_CONF_COMPRESSION_THRESHOLD 60
#define SICSLOWPAN_CONF_COMPRESSION_THRESHOLD 63
#define CONTIKIMAC_CONF_WITH_CONTIKIMAC_HEADER 0
#define CC2420_CONF_AUTOACK 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment