summaryrefslogtreecommitdiff
path: root/customer-specific
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2015-03-12 15:04:42 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2015-03-18 14:02:43 +0300
commit4d7d1f3c4c6b0ecac483b6d0a5f98f00c845d908 (patch)
tree7f3bfafa17dfc9f75901209afb226e8d2f3b4783 /customer-specific
parent917bd4265356425ff014b468e2a978f07ebad27e (diff)
downloadsmartdevicelink-4d7d1f3c4c6b0ecac483b6d0a5f98f00c845d908.tar.gz
Add malformed messages filtering disable
Update messages and malformed messages frequency counting setup Update pasa ini file
Diffstat (limited to 'customer-specific')
-rw-r--r--customer-specific/pasa/src/appMain/smartDeviceLink.ini12
1 files changed, 11 insertions, 1 deletions
diff --git a/customer-specific/pasa/src/appMain/smartDeviceLink.ini b/customer-specific/pasa/src/appMain/smartDeviceLink.ini
index fb8d43ce7..2700afd42 100644
--- a/customer-specific/pasa/src/appMain/smartDeviceLink.ini
+++ b/customer-specific/pasa/src/appMain/smartDeviceLink.ini
@@ -142,9 +142,19 @@ ConnectionWaitTimeout = 10
; 1488 = 1500 - 12 = TCP MTU - header size
MaximumPayloadSize = 1488
; Application shall send less #FrequencyCount messages per #FrequencyTime mSecs
-; Frequency check could be disable by setting FrequencyTime to Zero
+; Frequency check could be disable by setting #FrequencyTime or
+; #FrequencyCount to Zero
FrequencyCount = 1000
FrequencyTime = 1000
+; Enable filtering transport dta stream
+; On #MalformedMessageFiltering disable SDl disconnect with the first
+; malformed message detection
+MalformedMessageFiltering = true
+; Boundary values of malformed message detection for connection close
+; Can be disable by setting #MalformedFrequencyTime or
+; #MalformedFrequencyCountto Zero
+MalformedFrequencyCount = 10
+MalformedFrequencyTime = 1000
[ApplicationManager]
ApplicationListUpdateTimeout = 2