From e606b5a4af01ec1e44b462b64434a9352c859a12 Mon Sep 17 00:00:00 2001
From: acdemiralp <demiralpali@gmail.com>
Date: Thu, 20 Dec 2018 00:17:26 +0100
Subject: [PATCH] Attempt to fix the axes/buttons not triggering, even when
 DTrack2 and VRPN logs show otherwise.

---
 Source/DisplayCluster/Private/DisplayClusterConstants.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/DisplayCluster/Private/DisplayClusterConstants.h b/Source/DisplayCluster/Private/DisplayClusterConstants.h
index abc1322..000234b 100644
--- a/Source/DisplayCluster/Private/DisplayClusterConstants.h
+++ b/Source/DisplayCluster/Private/DisplayClusterConstants.h
@@ -14,8 +14,8 @@ namespace DisplayClusterConstants
 		static constexpr float  ClientConnectRetryDelay     = 1.0f; // sec
 		static constexpr uint32 BarrierGameStartWaitTimeout = 80000; // ms
 		static constexpr uint32 BarrierWaitTimeout          = 10000; // ms
-		static constexpr int32  SocketBufferSize            = INT16_MAX; // bytes
-		static constexpr int32  MessageBufferSize           = INT16_MAX; // bytes
+		static constexpr int32  SocketBufferSize            = INT32_MAX; // bytes
+		static constexpr int32  MessageBufferSize           = INT32_MAX; // bytes
 	};
 
 	namespace misc
-- 
GitLab