Home
last modified time | relevance | path

Searched refs:reconnect_hard (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.5.0/programs/ssl/
Dssl_client2.c527 int reconnect_hard; /* unexpectedly reconnect from the same port */ member
949 opt.reconnect_hard = DFL_RECONNECT_HARD; in main()
1154 opt.reconnect_hard = atoi(q); in main()
1155 if (opt.reconnect_hard < 0 || opt.reconnect_hard > 1) { in main()
2747 if (opt.reconnect_hard != 0) { in main()
2748 opt.reconnect_hard = 0; in main()