Home
last modified time | relevance | path

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

/external/fio/
Dconfigure334 tcp_nodelay="yes"
1324 if test "$tcp_nodelay" != "yes" ; then
1325 tcp_nodelay="no"
1338 tcp_nodelay="yes"
1340 echo "TCP_NODELAY $tcp_nodelay"
2143 if test "$tcp_nodelay" = "yes" ; then
/external/curl/src/
Dtool_cfgable.h191 bool tcp_nodelay; member
Dtool_cfgable.c44 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
Dtool_getparam.c817 config->tcp_nodelay = toggle; in getparameter()
Dtool_operate.c795 if(!config->tcp_nodelay) in operate_do()
/external/curl/lib/
Durldata.h1694 bool tcp_nodelay; /* whether to enable TCP_NODELAY or not */ member
Dconnect.c1026 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
Durl.c599 set->tcp_nodelay = TRUE; in Curl_init_userdefined()
2398 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.