Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h232 bool tcp_nodelay; member
H A Dtool_cfgable.c43 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
H A Dtool_getparam.c1441 config->tcp_nodelay = toggle; in getparameter()
H A Dtool_operate.c1392 if(!config->tcp_nodelay) in single_transfer()
/curl/lib/
H A Durldata.h1811 BIT(tcp_nodelay); /* whether to enable TCP_NODELAY or not */
H A Dcf-socket.c1155 if(is_tcp && data->set.tcp_nodelay) in cf_socket_open()
H A Dsetopt.c2465 data->set.tcp_nodelay = (0 != va_arg(param, long)); in Curl_vsetopt()
H A Durl.c470 set->tcp_nodelay = TRUE; in Curl_init_userdefined()

Completed in 50 milliseconds