Skip to content

Commit

Permalink
Merge pull request #1849 from smartdevicelink/hotfix/move_ini_protoco…
Browse files Browse the repository at this point in the history
…l_version

Move MaxSupportedProtocolVersion to correct section
  • Loading branch information
jacobkeeler authored Nov 8, 2017
2 parents f8466ae + 87bb66c commit 61c37f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appMain/smartDeviceLink.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61c37f3

Please sign in to comment.