Searched refs:COPY_OR_MAP_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
41 const size_t COPY_OR_MAP_THRESHOLD = 4096*2; variable43 …const s32 SEND_TO_MULTI_BUFFER_SIZE = COPY_OR_MAP_THRESHOLD - SEND_TO_MULTI_ADDRES…
248 if (len <= detail::COPY_OR_MAP_THRESHOLD) in RecvFrom()326 if (len <= detail::COPY_OR_MAP_THRESHOLD) in SendTo()