Home
last modified time | relevance | path

Searched refs:sendBufSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c104 static int sendBufSize = 0; in SetSendBuf() local
105 if (sendBufSize > 0) { in SetSendBuf()
106 return SetSendBufFix(fd, sendBufSize); in SetSendBuf()
112 sendBufSize = size; in SetSendBuf()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp435 uint32_t sendBufSize = options.GetSendBufferSize(); in SetLocalSocketOptions() local
436 if (!SetSocketBufferSize(sockfd, SO_SNDBUF, sendBufSize)) { in SetLocalSocketOptions()