Searched refs:MAX_SEND_MSG_LENGTH (Results 1 – 1 of 1) sorted by relevance
38 const uint32_t MAX_SEND_MSG_LENGTH = 4 * 1024 * 1024; variable79 if (socketId < 0 || data == nullptr || dataLen == 0 || dataLen > MAX_SEND_MSG_LENGTH) { in OnBytesReceived()425 if (compressedPayLoadSize > MAX_SEND_MSG_LENGTH) { in Send()