shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

fix: adjust default config values #143

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

This PR should partly resolve #138, adjusting both maxRetransmit and ackTimeout to the default values specified in RFC 7252, section 4.8.

There might be further possible adjustments to default config values and their handling that could be made in follow-up PRs, but for now this should deal with the most important issue.