Lines Matching refs:cerr
267 std::cerr << "client could not connect to host" << std::endl;
547 std::cerr << "setsockopt UDP_GRO failed" << std::endl;
568 std::cerr << "quic_init failed" << std::endl;
703 std::cerr << "client could not connect to host" << std::endl;
1131 std::cerr << "QUIC requires ALPN negotiation" << std::endl;
1483 std::cerr << "sendmsg: errno=" << errno << std::endl;
1642 std::cerr << "client could not connect to host" << std::endl;
1861 std::cerr << "getaddrinfo() failed: " << gai_strerror(rv) << std::endl;
1865 std::cerr << "No address returned" << std::endl;
1940 std::cerr << "no URI available" << std::endl;
1947 std::cerr << "invalid URI: " << *first << std::endl;
1960 std::cerr << "invalid URI: " << uri << std::endl;
1993 std::cerr << "Empty line detected at line " << line_count
2000 std::cerr << "Invalid line format detected, no tab character at line "
2012 std::cerr << "Time value error at line " << line_count << ". \n\t"
2015 std::cerr << "\t" << strerror(error) << std::endl;
2067 std::cerr << "--" << opt << ": Bad option value: " << optarg << std::endl;
2071 std::cerr << "--" << opt
2389 std::cerr << "-n: bad option value: " << optarg << std::endl;
2399 std::cerr << "-c: bad option value: " << optarg << std::endl;
2410 std::cerr << "-t: WARNING: Threading disabled at build time, "
2415 std::cerr << "-t: bad option value: " << optarg << std::endl;
2425 std::cerr << "-m: bad option value: " << optarg << std::endl;
2435 std::cerr << "-" << static_cast<char>(c)
2450 std::cerr << "--max-frame-size: bad option value: " << optarg
2455 std::cerr << "--max-frame-size: minimum 16384" << std::endl;
2459 std::cerr << "--max-frame-size: maximum 16777215" << std::endl;
2470 std::cerr << "-H: invalid header: " << optarg << std::endl;
2481 std::cerr << "-H: invalid header - value missing: " << optarg
2502 std::cerr << "-p: unsupported protocol " << proto << std::endl;
2510 std::cerr << "-r: bad option value: " << optarg << std::endl;
2514 std::cerr << "-r: the rate at which connections are made "
2524 std::cerr << "-T: bad value for the conn_active_timeout wait time: "
2532 std::cerr << "-N: bad value for the conn_inactivity_timeout wait time: "
2550 std::cerr << "--base-uri: invalid UNIX domain socket path: " << arg
2566 std::cerr << "--base-uri: invalid base URI: " << arg << std::endl;
2576 std::cerr << "-D: value error " << optarg << std::endl;
2612 std::cerr << "--rate-period: value error " << optarg << std::endl;
2640 std::cerr << "--warm-up-time: value error " << optarg << std::endl;
2654 std::cerr << "--connect-to: Invalid value " << optarg << std::endl;
2666 std::cerr << "--rps: Invalid value " << optarg << std::endl;
2692 std::cerr << "--max-udp-payload-size: bad option value: " << optarg
2697 std::cerr << "--max-udp-payload-size: must not exceed 65536"
2717 std::cerr << "no URI or input file given" << std::endl;
2723 std::cerr << "-c: the number of clients must be strictly greater than 0."
2752 std::cerr << "cannot read input file: " << config.ifile << std::endl;
2764 std::cerr << "cannot read input file: " << config.ifile << std::endl;
2773 std::cerr << "-n: the number of requests must be less than or equal "
2789 std::cerr << "No URI given" << std::endl;
2794 std::cerr << "-r, -D: they are mutually exclusive." << std::endl;
2799 std::cerr << "--timing-script-file, --rps: they are mutually exclusive."
2805 std::cerr << "-n: the number of requests must be strictly greater than 0 "
2812 std::cerr << "-m: the max concurrent streams must be strictly greater "
2818 std::cerr << "-t: the number of threads must be strictly greater than 0."
2824 std::cerr << "-t: warning: the number of threads is greater than hardware "
2832 std::cerr << "-n, -c: the number of requests must be greater than or "
2838 std::cerr << "-c, -t: the number of clients must be greater than or equal "
2849 std::cerr << "-r, -t: the connection rate must be greater than or equal "
2855 std::cerr << "-r, -c: the connection rate must be smaller than or equal "
2865 std::cerr << "-d: Could not open file " << datafile << std::endl;
2870 std::cerr << "-d: Could not stat file " << datafile << std::endl;
2877 std::cerr << "-d: Could not mmap file " << datafile << std::endl;
2887 std::cerr << "--log-file: Could not open file " << logfile << std::endl;
2894 std::cerr
2910 std::cerr << "Failed to create SSL_CTX: "
2933 std::cerr << "ngtcp2_crypto_quictls_configure_client_context failed"
2940 std::cerr << "ngtcp2_crypto_boringssl_configure_client_context failed"
2949 std::cerr << "Could not set TLS versions" << std::endl;
2954 std::cerr << "SSL_CTX_set_cipher_list with " << config.ciphers
2962 std::cerr << "SSL_CTX_set_ciphersuites with " << config.tls13_ciphers
2971 std::cerr << "SSL_CTX_set1_groups_list failed" << std::endl;
2976 std::cerr << "SSL_CTX_set1_curves_list failed" << std::endl;
3102 std::cerr << "Using h2load against public server " << config.host