Lines Matching defs:reconnect
418 " reconnect=%%d number of reconnections using session resumption\n" \
512 int reconnect; /* attempt to resume session */
516 int reconnect_hard; /* unexpectedly reconnect from the same port */
960 opt.reconnect = DFL_RECONNECT;
1196 } else if (strcmp(p, "reconnect") == 0) {
1197 opt.reconnect = atoi(q);
1198 if (opt.reconnect < 0 || opt.reconnect > 2) {
2380 if (opt.reconnect != 0 && ssl.tls_version != MBEDTLS_SSL_VERSION_TLS1_3) {
2633 goto reconnect;
2643 if (opt.reconnect != 0) {
2754 * 7b. Simulate hard reset and reconnect from same port?
2969 reconnect:
2970 if (opt.reconnect != 0) {
2971 --opt.reconnect;