Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back-off retransmission of Timed-out CON Messages #15

Open
zubairhamed opened this issue Mar 6, 2015 · 3 comments
Open

Back-off retransmission of Timed-out CON Messages #15

zubairhamed opened this issue Mar 6, 2015 · 3 comments

Comments

@zubairhamed
Copy link
Owner

No description provided.

@zubairhamed zubairhamed added this to the Initial Implementation milestone Mar 11, 2015
@zubairhamed
Copy link
Owner Author

  • Expontential increasing interval for retransmit till ack, reset or timeout
    • Initial timeout is random: (ACK_TIMEOUT to ACK_TIMEOUT * ACK_RANDOM_FACTOR)
    • MAX_RETRANSMIT = count

@jvermillard
Copy link

I think it's what I implemented here: dustin/go-coap#22

@zubairhamed
Copy link
Owner Author

Ah great i'll have a look. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants