mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
# disable router solicitations so they don't interfere with the tests
|
|
CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL=y
|
|
# preconfigure SFR for tests
|
|
CONFIG_GNRC_SIXLOWPAN_SFR_OPT_WIN_SIZE=3
|
|
CONFIG_GNRC_SIXLOWPAN_SFR_MOCK_ARQ_TIMER=y
|