Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c64 #ifndef TCP_QUICK_START
65 #define TCP_QUICK_START 121 macro
71 int rc = setsockopt(fd, SOFTBUS_IPPROTO_TCP, TCP_QUICK_START, &quick, sizeof(quick)); in SetQuickStart()