Searched refs:max_eaccess (Results 1 – 1 of 1) sorted by relevance
78 int max_eaccess = 5; // Max number of times to retry when EACCES returned. in Connect() local105 if (errno == ECONNREFUSED || (errno == EACCES && max_eaccess-- > 0)) { in Connect()