canopus
canopus copied to clipboard
Back-off retransmission of Timed-out CON Messages
- 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
I think it's what I implemented here: https://github.com/dustin/go-coap/pull/22
Ah great i'll have a look. Thanks!