Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h233 bool tcp_fastopen; member
H A Dtool_getparam.c2044 config->tcp_fastopen = TRUE; in getparameter()
H A Dtool_operate.c1395 if(config->tcp_fastopen) in single_transfer()
/curl/lib/
H A Dcf-socket.c1327 rc = do_connect(cf, data, cf->conn->bits.tcp_fastopen); in cf_tcp_connect()
1352 else if(rc == CURL_CSELECT_OUT || cf->conn->bits.tcp_fastopen) { in cf_tcp_connect()
1509 if(cf->conn->bits.tcp_fastopen) { in cf_socket_send()
1513 cf->conn->bits.tcp_fastopen = FALSE; in cf_socket_send()
H A Durldata.h546 BIT(tcp_fastopen); /* use TCP Fast Open */
1824 BIT(tcp_fastopen); /* use TCP Fast Open */
H A Durl.c469 set->tcp_fastopen = FALSE; in Curl_init_userdefined()
3545 conn->bits.tcp_fastopen = data->set.tcp_fastopen;
H A Dsetopt.c2989 data->set.tcp_fastopen = (0 != va_arg(param, long)); in Curl_vsetopt()
H A Dftp.c2084 if(conn->bits.tcp_fastopen && !conn->bits.reuse && !ftpc->newhost[0]) { in ftp_state_pasv_resp()

Completed in 99 milliseconds