HomeSort by: relevance | last modified time | path
    Searched defs:tfo (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 876 { "tfo", OPT_TFO, '-', "Listen for TCP Fast Open connections" },
1193 int tfo = 0; local
1805 tfo = 1;
1849 if (tfo && socket_type != SOCK_STREAM) {
1850 BIO_printf(bio_err, "Can only use -tfo with TLS\n");
2440 if (tfo)
2441 BIO_printf(bio_s_out, "Listening for TFO\n");
2443 server_cb, context, naccept, bio_s_out, tfo);
s_client.c 676 { "tfo", OPT_TFO, '-', "Connect using TCP Fast Open" },
1046 int tfo = 0; local
1586 tfo = 1;
2240 if (isdtls && tfo) {
2241 BIO_printf(bio_err, "%s: DTLS does not support the -tfo option\n", prog);
2246 if (isquic && tfo) {
2247 BIO_printf(bio_err, "%s: QUIC does not support the -tfo option\n", prog);
2256 if (tfo)
2257 BIO_printf(bio_c_out, "Connecting via TFO\n");
2263 socket_type, protocol, tfo, !isquic, &peer_addr
    [all...]

Completed in 66 milliseconds