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.c2048 config->tcp_fastopen = TRUE; in getparameter()
H A Dtool_operate.c910 if(config->tcp_fastopen) in config2setopts()
/curl/lib/
H A Dcf-socket.c1330 rc = do_connect(cf, data, cf->conn->bits.tcp_fastopen); in cf_tcp_connect()
1355 else if(rc == CURL_CSELECT_OUT || cf->conn->bits.tcp_fastopen) { in cf_tcp_connect()
1512 if(cf->conn->bits.tcp_fastopen) { in cf_socket_send()
1516 cf->conn->bits.tcp_fastopen = FALSE; in cf_socket_send()
H A Durldata.h549 BIT(tcp_fastopen); /* use TCP Fast Open */
1838 BIT(tcp_fastopen); /* use TCP Fast Open */
H A Durl.c470 set->tcp_fastopen = FALSE; in Curl_init_userdefined()
3567 conn->bits.tcp_fastopen = data->set.tcp_fastopen;
H A Dsetopt.c1313 data->set.tcp_fastopen = enabled; in setopt_long()
H A Dftp.c1909 if(conn->bits.tcp_fastopen && !conn->bits.reuse && !ftpc->newhost[0]) { in ftp_state_pasv_resp()

Completed in 106 milliseconds