summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2015-08-05 17:59:04 +0300
committerArtem Nosach <ANosach@luxoft.com>2015-08-06 15:45:18 +0300
commit7c8acc873e1cc06b15fc155763704bdb26965154 (patch)
treef0fa3d2a462d45dc99908176ade3230aadf1e4e7
parent33968b78167e8071c315f0719326fb5c654e9261 (diff)
downloadsmartdevicelink-7c8acc873e1cc06b15fc155763704bdb26965154.tar.gz
Update MaximumPayloadSize value in ini file
Implements: APPLINK-14656
-rw-r--r--customer-specific/pasa/src/appMain/smartDeviceLink.ini2
-rw-r--r--src/appMain/smartDeviceLink.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/customer-specific/pasa/src/appMain/smartDeviceLink.ini b/customer-specific/pasa/src/appMain/smartDeviceLink.ini
index ea81e5722..c1da745e6 100644
--- a/customer-specific/pasa/src/appMain/smartDeviceLink.ini
+++ b/customer-specific/pasa/src/appMain/smartDeviceLink.ini
@@ -146,7 +146,7 @@ ConnectionWaitTimeout = 10
[ProtocolHandler]
; Packet with payload bigger than next value will be marked as a malformed
; 1488 = 1500 - 12 = TCP MTU - header size
-MaximumPayloadSize = 1488
+MaximumPayloadSize = 131072
; Application shall send less #FrequencyCount messages per #FrequencyTime mSecs
; Frequency check could be disabled by setting #FrequencyTime or
; #FrequencyCount to Zero
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index bdca54e80..e7ffa1013 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -165,7 +165,7 @@ IAP2HubConnectAttempts = 3
[ProtocolHandler]
; Packet with payload bigger than next value will be marked as a malformed
; 1488 = 1500 - 12 = TCP MTU - header size
-MaximumPayloadSize = 1488
+MaximumPayloadSize = 131072
; Application shall send less #FrequencyCount messages per #FrequencyTime mSecs
; Frequency check could be disabled by setting #FrequencyTime or
; #FrequencyCount to Zero