summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-02-02 10:59:25 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-02-02 10:59:25 -0500
commit88b91e45467b807c6978f0c834754afe0b31be5c (patch)
tree90026713e5abb955fef02d1a24db8959f39dc31c
parent0a1854972ebf335ebd9bbdb1ac572b363a99dcee (diff)
downloadsdl_ios-hotfix/issue_342.tar.gz
Update MTU size to actual v3 / v4 sizehotfix/issue_342
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m b/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m
index 1d1785c02..7f122c01e 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLGlobals.m
@@ -64,7 +64,7 @@ static const NSUInteger maxProxyVersion = 4;
if (self.maxHeadUnitVersion > maxProxyVersion) {
return 1024;
} else {
- return 128000;
+ return 131084;
}
} break;
default: {