HomeSort by relevance Sort by last modified time
    Searched refs:tcp_nodelay (Results 1 - 9 of 9) sorted by null

  /external/curl/src/
tool_cfgable.c 44 config->tcp_nodelay = TRUE; /* enabled by default */
tool_cfgable.h 199 bool tcp_nodelay; member in struct:OperationConfig
tool_getparam.c 859 config->tcp_nodelay = toggle;
    [all...]
tool_operate.c 859 if(!config->tcp_nodelay)
    [all...]
  /external/fio/
configure 334 tcp_nodelay="yes"
1323 # Check whether we have TCP_NODELAY
1324 if test "$tcp_nodelay" != "yes" ; then
1325 tcp_nodelay="no"
1334 return getsockopt(0, 0, TCP_NODELAY, NULL, NULL);
1337 if compile_prog "" "" "TCP_NODELAY"; then
1338 tcp_nodelay="yes"
1340 echo "TCP_NODELAY $tcp_nodelay"
    [all...]
  /external/curl/lib/
connect.c 885 #if defined(TCP_NODELAY)
896 if(setsockopt(sockfd, level, TCP_NODELAY, (void *)&onoff,
898 infof(data, "Could not set TCP_NODELAY: %s\n",
901 infof(data, "TCP_NODELAY set\n");
1024 if(is_tcp && data->set.tcp_nodelay)
    [all...]
urldata.h 1624 bool tcp_nodelay; \/* whether to enable TCP_NODELAY or not *\/ member in struct:UserDefined
    [all...]
setopt.c     [all...]
url.c 522 set->tcp_nodelay = TRUE;
    [all...]

Completed in 306 milliseconds