Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 79ad6d94f -> da250eaaa
oic; set the coap response timeout back to 2seconds. Previous change was unnecessary. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/da250eaa Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/da250eaa Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/da250eaa Branch: refs/heads/develop Commit: da250eaaa90178eaca5a7f87ccc686ff89bc5d23 Parents: 79ad6d9 Author: Marko Kiiskila <[email protected]> Authored: Fri Jan 13 10:43:53 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Fri Jan 13 10:43:53 2017 -0800 ---------------------------------------------------------------------- net/oic/src/messaging/coap/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/da250eaa/net/oic/src/messaging/coap/constants.h ---------------------------------------------------------------------- diff --git a/net/oic/src/messaging/coap/constants.h b/net/oic/src/messaging/coap/constants.h index 84b9993..6279a17 100644 --- a/net/oic/src/messaging/coap/constants.h +++ b/net/oic/src/messaging/coap/constants.h @@ -41,7 +41,7 @@ extern "C" { #define COAP_DEFAULT_PORT 5683 #define COAP_DEFAULT_MAX_AGE 60 -#define COAP_RESPONSE_TIMEOUT 3 +#define COAP_RESPONSE_TIMEOUT 2 #define COAP_RESPONSE_RANDOM_FACTOR 1.5 #define COAP_MAX_RETRANSMIT 4
