You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/10/27 00:25:25 UTC

incubator-mynewt-core git commit: oic; increase max response size.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 031d7ea0d -> 7660ba477


oic; increase max response size.


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/7660ba47
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/7660ba47
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/7660ba47

Branch: refs/heads/develop
Commit: 7660ba4773d32ca6de63888cbf06d013855d30c7
Parents: 031d7ea
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Oct 26 17:25:03 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Oct 26 17:25:03 2016 -0700

----------------------------------------------------------------------
 net/oic/src/port/mynewt/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/7660ba47/net/oic/src/port/mynewt/config.h
----------------------------------------------------------------------
diff --git a/net/oic/src/port/mynewt/config.h b/net/oic/src/port/mynewt/config.h
index 1e057b3..fa1a5a5 100644
--- a/net/oic/src/port/mynewt/config.h
+++ b/net/oic/src/port/mynewt/config.h
@@ -53,7 +53,7 @@ typedef os_time_t oc_clock_time_t;
 #define EST_NUM_REP_OBJECTS (100)
 
 /* Maximum size of request/response PDUs */
-#define MAX_PAYLOAD_SIZE (612)
+#define MAX_PAYLOAD_SIZE (1120)
 
 /* Number of devices on the OCF platform */
 #define MAX_NUM_DEVICES (1)