Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c372 int reconnect_hard; /* unexpectedly reconnect from the same port */ member
647 opt.reconnect_hard = DFL_RECONNECT_HARD; in main()
793 opt.reconnect_hard = atoi( q ); in main()
794 if( opt.reconnect_hard < 0 || opt.reconnect_hard > 1 ) in main()
1967 if( opt.reconnect_hard != 0 ) in main()
1969 opt.reconnect_hard = 0; in main()

Completed in 5 milliseconds