mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-02 09:33:29 +00:00
d1822b5880
TTL (which has a rather low default of 15), MAC level retransmissions, overall number of retransmissions, and the header bits dedicated to these were all fixed in the collect.h and collect.c, without a simple way to override them. Extracted these as COLLECT_CONF_ parameters, keeping defaults as they were before. Signed-off-by: Csaba Kiraly <kiraly@disi.unitn.it>