Searched refs:tcp_fastopen (Results 1 – 8 of 8) sorted by relevance
233 bool tcp_fastopen; member
2048 config->tcp_fastopen = TRUE; in getparameter()
910 if(config->tcp_fastopen) in config2setopts()
1330 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()
549 BIT(tcp_fastopen); /* use TCP Fast Open */1838 BIT(tcp_fastopen); /* use TCP Fast Open */
470 set->tcp_fastopen = FALSE; in Curl_init_userdefined()3567 conn->bits.tcp_fastopen = data->set.tcp_fastopen;
1313 data->set.tcp_fastopen = enabled; in setopt_long()
1909 if(conn->bits.tcp_fastopen && !conn->bits.reuse && !ftpc->newhost[0]) { in ftp_state_pasv_resp()
Completed in 106 milliseconds