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