Searched refs:tcp_nodelay (Results 1 – 8 of 8) sorted by relevance
1082 tcp_nodelay="no"1094 tcp_nodelay="yes"1096 echo "TCP_NODELAY $tcp_nodelay"1529 if test "$tcp_nodelay" = "yes" ; then
176 bool tcp_nodelay; member
778 config->tcp_nodelay = toggle; in getparameter()
800 if(config->tcp_nodelay) in operate_do()
865 curl_socklen_t onoff = (curl_socklen_t) data->set.tcp_nodelay; in tcpnodelay()1030 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
1576 bool tcp_nodelay; /* whether to enable TCP_NODELAY or not */ member
2265 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.