From 87bb66c007fa2a9c94bf655a8c51d23d8a5505ec Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Wed, 8 Nov 2017 09:51:10 -0500 Subject: Move MaxSupportedProtocolVersion to correct section It was in the `Main` section, but belongs in (and is read from) the `ProtocolHandler` section of the INI file --- src/appMain/smartDeviceLink.ini | 4 ++-- 1 file 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 -- cgit v1.2.1