Searched refs:sendFlags (Results 1 – 1 of 1) sorted by relevance
91 const int sendFlags = MSG_NOSIGNAL; in Send() local95 const int sendFlags = 0; in Send() local98 REPEAT_UNTIL_NO_INTR(res = send(fd_, buffer, bufferSize, sendFlags)); in Send()