1
0
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:
Martine Lenders 2022-10-12 11:04:03 +02:00
parent 653d08281b
commit 8dcc5d07ba
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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