zubairhamed / canopus

CoAP Client/Server implementing RFC 7252 for the Go Language
Apache License 2.0
154 stars 41 forks source link

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

Open zubairhamed opened 9 years ago

zubairhamed commented 9 years ago
jvermillard commented 8 years ago

I think it's what I implemented here: https://github.com/dustin/go-coap/pull/22

zubairhamed commented 8 years ago

Ah great i'll have a look. Thanks!