Skip to content
Snippets Groups Projects
Commit 72bb5854 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

the timeout was probably too short with max = 1 sec, so lets test with 5 sec.

parent 0de56e55
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,7 @@ static curl_socket_t sockdaemon(curl_socket_t sock,
(void *)&flag, sizeof(flag));
while ((rc < 0) && maxretr) {
maxretr--;
go_sleep(10);
go_sleep(50);
rc = setsockopt(sock, SOL_SOCKET, SO_REUSEADDR,
(void *)&flag, sizeof(flag));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment