Searched refs:tcp_nodelay (Results 1 – 9 of 9) sorted by relevance
334 tcp_nodelay="yes"1324 if test "$tcp_nodelay" != "yes" ; then1325 tcp_nodelay="no"1338 tcp_nodelay="yes"1340 echo "TCP_NODELAY $tcp_nodelay"2143 if test "$tcp_nodelay" = "yes" ; then
191 bool tcp_nodelay; member
44 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
817 config->tcp_nodelay = toggle; in getparameter()
795 if(!config->tcp_nodelay) in operate_do()
1694 bool tcp_nodelay; /* whether to enable TCP_NODELAY or not */ member
1026 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
599 set->tcp_nodelay = TRUE; in Curl_init_userdefined()2398 data->set.tcp_nodelay = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_setopt()
9246 - curl_easy_duphandle() now duplicates the tcp_nodelay info as well.