-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing coap max ack timeout in Coapconfig.java applydefinitions #2127
Comments
Yes, good catch, I will add it. |
Issue eclipse-californium#2127 Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
Issue #2127 Signed-off-by: Achim Kraus <achim.kraus@cloudcoap.net>
Just by curiosity, is there plan to release a new version with this fix ? |
I'm busy with other jobs, but I will try that for Thursday 20.07.2023. |
I do not want to trigger a release, but just know if there was something planned. So I could decide if this could be integrated in Leshan 2.0.0-M12. So don't release because of this question. |
No, not just because of the question. |
I didn't get news from @rikard-sics since a long time, I don't know if it still plan to move OSCORE forward on Leshan/Californium. |
I currently spend my most time into cellular apps and plan to spend time into the CoAP-S3-proxy afterwards. Beside of Julian's request, it's hard to see, if someone else is really interested in changes. |
It looks like the coap max ack timeout parameter is missing from this file, hence when we generate the californium properties we do not see this parameter as well. So we cannot adjust the max ack timeout to a value other than 60 seconds. I see that the max ack timeout is declared as public static param in the file.
californium/californium-core/src/main/java/org/eclipse/californium/core/config/CoapConfig.java
Lines 794 to 852 in e927def
public void applyDefinitions(Configuration config) {...}
I see a ack timeout but no max ack timeout.
The text was updated successfully, but these errors were encountered: