|
@@ -958,7 +958,11 @@ static enum send_ret __stratum_send(struct pool *pool, char *s, ssize_t len)
|
|
|
if (select(sock + 1, NULL, &wd, NULL, &timeout) < 1)
|
|
if (select(sock + 1, NULL, &wd, NULL, &timeout) < 1)
|
|
|
sent = send(pool->sock, s + ssent, len, MSG_NOSIGNAL);
|
|
sent = send(pool->sock, s + ssent, len, MSG_NOSIGNAL);
|