From e945e8e5effe301c8e87214486a88d32c6b57a60 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 8 Jan 2016 11:35:00 +1100 Subject: [PATCH] Client reject should be set to 3 with full pool --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 52cf545b..38ef3bc4 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -3766,7 +3766,7 @@ static json_t *parse_subscribe(stratum_instance_t *client, const int64_t client_ /* Create a new extranonce1 based on a uint64_t pointer */ if (!new_enonce1(ckp, ckp_sdata, sdata, client)) { stratum_send_message(sdata, client, "Pool full of clients"); - client->reject = 2; + client->reject = 3; return json_string("proxy full"); } LOGINFO("Set new subscription %"PRId64" to new enonce1 %lx string %s", client->id,