Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dtcp.c44 int tcp_nodelay; member
59 …{ "tcp_nodelay", "Use TCP_NODELAY to disable nagle's algorithm", OFFSET(tcp_nodelay), AV…
88 if (s->tcp_nodelay > 0) { in customize_fd()
89 if (setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, &s->tcp_nodelay, sizeof (s->tcp_nodelay))) { in customize_fd()
/third_party/curl/src/
Dtool_cfgable.h230 bool tcp_nodelay; member
Dtool_cfgable.c44 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
Dtool_getparam.c953 config->tcp_nodelay = toggle; in getparameter()
Dtool_operate.c1167 if(!config->tcp_nodelay) in single_transfer()
/third_party/curl/lib/
Durldata.h1835 BIT(tcp_nodelay); /* whether to enable TCP_NODELAY or not */
Dconnect.c1203 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
Dsetopt.c2384 data->set.tcp_nodelay = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
Durl.c617 set->tcp_nodelay = TRUE; in Curl_init_userdefined()
/third_party/ffmpeg/doc/
Dprotocols.texi1719 @item tcp_nodelay=@var{1|0}