Home
last modified time | relevance | path

Searched refs:sendBuffSize (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_socket_writer.c37 int sendBuffSize = 384 * 1024; // max buffer of socket is 384K in InitSendBuffer() local
38 if (setsockopt(socketId, SOL_SOCKET, SO_SNDBUF, (void*)(&sendBuffSize), sizeof(int)) < 0) { in InitSendBuffer()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dtransport.cpp74 int sendBuffSize = MAX_DATA_SIZE; in InitRecvBuffer() local
75 if (setsockopt(socketId, SOL_SOCKET, SO_SNDBUF, static_cast<void *>(&sendBuffSize), sizeof(int)) < 0) { in InitRecvBuffer()

Completed in 2 milliseconds