cp_client_set_retry(3) - Linux man page

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

cp_client_connect(3)

Referenced By

cp_client(3)