mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
gnrc_sixlowpan_config: resolve ECN at the earliest convenience
This commit is contained in:
parent
653d08281b
commit
8dcc5d07ba
@ -203,7 +203,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Indicates whether the sender should react to ECN (UseECN)
|
||||
* @brief Indicates whether the sender should react to Explicit Congestion Notification (UseECN)
|
||||
*
|
||||
* When the sender reacts to Explicit Congestion Notification (ECN) its window
|
||||
* size will vary between @ref CONFIG_GNRC_SIXLOWPAN_SFR_MIN_WIN_SIZE and @ref
|
||||
|
@ -33,7 +33,7 @@ config GNRC_SIXLOWPAN_SFR_OPT_FRAG_SIZE
|
||||
@ref GNRC_SIXLOWPAN_SFR_MAX_FRAG_SIZE
|
||||
|
||||
config GNRC_SIXLOWPAN_SFR_USE_ECN
|
||||
bool "Indicates whether the sender should react to ECN (UseECN)"
|
||||
bool "Indicates whether the sender should react to Explicit Content Notification (UseECN)"
|
||||
default false
|
||||
help
|
||||
When the sender reacts to Explicit Congestion Notification (ECN) its
|
||||
|
Loading…
Reference in New Issue
Block a user