summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-11-08 10:20:24 -0500
committerGitHub <noreply@github.com>2017-11-08 10:20:24 -0500
commit61c37f3763b7f84dca8f42ffdaa705d454d1b711 (patch)
tree0c7d1254d5551ac9c1c6e442add70ce133f97713
parentf8466ae46f62e78ba42ba68798b2a8d3bac26d87 (diff)
parent87bb66c007fa2a9c94bf655a8c51d23d8a5505ec (diff)
downloadsdl_core-reles.tar.gz
Merge pull request #1849 from smartdevicelink/hotfix/move_ini_protocol_version4.4.1reles4.4.1
Move MaxSupportedProtocolVersion to correct section
-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