Skip to content
Snippets Groups Projects
Commit b438eecf authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Reverted buffer sizes to UINT16_MAX.

parent e606b5a4
Branches
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ namespace DisplayClusterConstants ...@@ -14,8 +14,8 @@ namespace DisplayClusterConstants
static constexpr float ClientConnectRetryDelay = 1.0f; // sec static constexpr float ClientConnectRetryDelay = 1.0f; // sec
static constexpr uint32 BarrierGameStartWaitTimeout = 80000; // ms static constexpr uint32 BarrierGameStartWaitTimeout = 80000; // ms
static constexpr uint32 BarrierWaitTimeout = 10000; // ms static constexpr uint32 BarrierWaitTimeout = 10000; // ms
static constexpr int32 SocketBufferSize = INT32_MAX; // bytes static constexpr int32 SocketBufferSize = INT16_MAX; // bytes
static constexpr int32 MessageBufferSize = INT32_MAX; // bytes static constexpr int32 MessageBufferSize = INT16_MAX; // bytes
}; };
namespace misc namespace misc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment