Integrating github/staging through commit 5f214be

This commit is contained in:
alexpete
2021-04-13 17:18:57 -07:00
parent 2a9dfb7a1d
commit 8469c9ca0a
904 changed files with 9289 additions and 7157 deletions
@@ -44,7 +44,7 @@ namespace
};
static AZStd::atomic_long numberOfOpenSockets = {0};
const int MAX_DATA_SIZE = 1024 * 1024; // Only allow 1 MB of data to come through. Lumberyard Game Engine has the same size constraint
const int MAX_DATA_SIZE = 1024 * 1024; // Only allow 1 MB of data to come through. Open 3D Engine has the same size constraint
const size_t BLOCKSIZE = 4 * 1024;
const size_t MAX_ERROR_MESSAGE_SIZE = 1024;
const size_t MAX_HOSTNAME_BUFFER_SIZE = 1024;