Skip to content

ndp: Add constant for retrans. timer exp. backoff maximum#7179

Merged
cgundogan merged 1 commit intoRIOT-OS:masterfrom
miri64:ndp/enh/backoff-max
Jun 13, 2017
Merged

ndp: Add constant for retrans. timer exp. backoff maximum#7179
cgundogan merged 1 commit intoRIOT-OS:masterfrom
miri64:ndp/enh/backoff-max

Conversation

@miri64
Copy link
Copy Markdown
Member

@miri64 miri64 commented Jun 13, 2017

Adds a constant for the retransmission timer in exponential backoff for UNREACHABLE state (see RFC 7048).

@miri64 miri64 added the Area: network Area: Networking label Jun 13, 2017
@miri64 miri64 requested a review from cgundogan June 13, 2017 09:46
miri64 added a commit to miri64/RIOT that referenced this pull request Jun 13, 2017
miri64 added a commit to miri64/RIOT that referenced this pull request Jun 13, 2017
@miri64 miri64 assigned cgundogan and smlng and unassigned cgundogan Jun 13, 2017
Copy link
Copy Markdown
Member

@smlng smlng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine with me!

#define NDP_REACH_MS (30000U) /**< REACHABLE_TIME (in ms) */
#define NDP_RETRANS_TIMER_MS (1000U) /**< RETRANS_TIMER (in ms) */
/**
* @brief MAX_RETRANS_TIMER
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(in ms)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed and amended immediately.

@miri64 miri64 force-pushed the ndp/enh/backoff-max branch from 4427547 to 7a444e5 Compare June 13, 2017 12:08
@miri64 miri64 added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jun 13, 2017
@cgundogan cgundogan merged commit 58067bd into RIOT-OS:master Jun 13, 2017
@miri64 miri64 deleted the ndp/enh/backoff-max branch June 13, 2017 13:09
@aabadie aabadie modified the milestone: Release 2017.07 Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants