Home
last modified time | relevance | path

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

/external/fio/
Dconfigure1082 tcp_nodelay="no"
1094 tcp_nodelay="yes"
1096 echo "TCP_NODELAY $tcp_nodelay"
1529 if test "$tcp_nodelay" = "yes" ; then
/external/curl/src/
Dtool_cfgable.h176 bool tcp_nodelay; member
Dtool_getparam.c778 config->tcp_nodelay = toggle; in getparameter()
Dtool_operate.c800 if(config->tcp_nodelay) in operate_do()
/external/curl/lib/
Dconnect.c865 curl_socklen_t onoff = (curl_socklen_t) data->set.tcp_nodelay; in tcpnodelay()
1030 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
Durldata.h1576 bool tcp_nodelay; /* whether to enable TCP_NODELAY or not */ member
Durl.c2265 data->set.tcp_nodelay = (0 != va_arg(param, long))?TRUE:FALSE; in Curl_setopt()
/external/curl/
DCHANGES.09246 - curl_easy_duphandle() now duplicates the tcp_nodelay info as well.