Searched refs:minBytesAvailable (Results 1 – 1 of 1) sorted by relevance
194 const int minBytesAvailable = MESSAGE_HEADER_SIZE + MIN_MSG_PAYLOAD_SIZE; in pollBuffer() local196 if (messageBuffer.getNumFree() < minBytesAvailable) in pollBuffer()