Searched refs:tcp_nodelay (Results 1 – 10 of 10) sorted by relevance
44 int tcp_nodelay; member59 …{ "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()
230 bool tcp_nodelay; member
44 config->tcp_nodelay = TRUE; /* enabled by default */ in config_init()
953 config->tcp_nodelay = toggle; in getparameter()
1167 if(!config->tcp_nodelay) in single_transfer()
1835 BIT(tcp_nodelay); /* whether to enable TCP_NODELAY or not */
1203 if(is_tcp && data->set.tcp_nodelay) in singleipconnect()
2384 data->set.tcp_nodelay = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
617 set->tcp_nodelay = TRUE; in Curl_init_userdefined()
1719 @item tcp_nodelay=@var{1|0}