Searched refs:tcp_nodelay (Results 1 – 8 of 8) sorted by relevance
225 bool tcp_nodelay; member
44 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
908 config->tcp_nodelay = toggle; in getparameter()
1251 if(!config->tcp_nodelay) in single_transfer()
1806 BIT(tcp_nodelay); /* whether to enable TCP_NODELAY or not */
1156 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
2269 data->set.tcp_nodelay = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
586 set->tcp_nodelay = TRUE; in Curl_init_userdefined()