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

  /external/curl/src/
tool_cfgable.h 177 bool tcp_fastopen; member in struct:OperationConfig
tool_getparam.c     [all...]
tool_operate.c 798 if(config->tcp_fastopen)
    [all...]
  /external/curl/lib/
sendf.c 351 if(conn->bits.tcp_fastopen) {
354 conn->bits.tcp_fastopen = FALSE;
connect.c 672 if(!conn->bits.reuse && !conn->bits.tcp_fastopen) {
781 else if(rc == CURL_CSELECT_OUT || conn->bits.tcp_fastopen) {
1074 if(conn->bits.tcp_fastopen) {
    [all...]
urldata.h 545 bool tcp_fastopen; /* use TCP Fast Open */ member in struct:ConnectBits
1671 bool tcp_fastopen; \/* use TCP Fast Open *\/ member in struct:UserDefined
    [all...]
url.c 604 set->tcp_fastopen = FALSE;
    [all...]

Completed in 41 milliseconds