cp_client_set_retry(3)
| cp_socket(3) | cp_client | cp_socket(3) |
NAME
cp_client_set_retry - set connection retry count on a cp_client structure
SYNOPSIS
#include <cprops/client.h>
void cp_client_set_retry(cp_client *client, int retry_count);
DESCRIPTION
cp_client_set_retry sets the number of retries to be made when attempting to establish a connection in a subsequent call to cp_client_connect. By default a connection will be attempted up to three times.
SEE ALSO
| MARCH 2006 | libcprops |
