summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-11-08 09:51:10 -0500
committerGitHub <noreply@github.com>2017-11-08 09:51:10 -0500
commit87bb66c007fa2a9c94bf655a8c51d23d8a5505ec (patch)
tree0c7d1254d5551ac9c1c6e442add70ce133f97713
parentf8466ae46f62e78ba42ba68798b2a8d3bac26d87 (diff)
downloadsdl_core-hotfix/move_ini_protocol_version.tar.gz
Move MaxSupportedProtocolVersion to correct sectionhotfix/move_ini_protocol_version
It was in the `Main` section, but belongs in (and is read from) the `ProtocolHandler` section of the INI file
-rw-r--r--src/appMain/smartDeviceLink.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index 4557944048..accaf4f888 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -30,8 +30,6 @@ AudioStreamingPort = 5080
; SDL source version
; represents as a git commit hash value
SDLVersion = {GIT_COMMIT}
-; SDL supported protocol version
-MaxSupportedProtocolVersion = 5
; All logging event could be dropped by setting $LogsEnabled to false
LogsEnabled = true
; Contains .json/.ini files
@@ -186,6 +184,8 @@ OpenAttemptTimeoutMs = 500
TCPAdapterPort = 12345
[ProtocolHandler]
+; SDL supported protocol version
+MaxSupportedProtocolVersion = 5
; Packet with payload bigger than next value will be marked as a malformed
; for protocol v3 or higher
; For v2 protocol MaximumPayloadSize is 1488