Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c25 #define M_BYTES 0x100000 macro
26 #define SEND_BUF_SIZE (4 * M_BYTES) // 4M
27 #define RECV_BUF_SIZE (6 * M_BYTES) // 6M
109 for (int size = SEND_BUF_SIZE; size > 0; size -= M_BYTES) { in SetSendBuf()
126 for (int size = RECV_BUF_SIZE; size > 0; size -= M_BYTES) { in SetRecvBuf()