Skip to content

Commit

Permalink
Add missing MAX_ACK_TIMEOUT to coap-definitions.
Browse files Browse the repository at this point in the history
Issue #2127

Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
  • Loading branch information
boaks committed Apr 6, 2023
1 parent 47e2ddf commit 261defe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ public void applyDefinitions(Configuration config) {
config.set(COAP_SECURE_PORT, CoAP.DEFAULT_COAP_SECURE_PORT);

config.set(ACK_TIMEOUT, 2000, TimeUnit.MILLISECONDS);
config.set(MAX_ACK_TIMEOUT, 60000, TimeUnit.MILLISECONDS);
config.set(ACK_INIT_RANDOM, 1.5f);
config.set(ACK_TIMEOUT_SCALE, 2f);
config.set(MAX_RETRANSMIT, 4);
Expand Down

0 comments on commit 261defe

Please # to comment.