mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
nfqws: remove tcp word from retrans threshold reached
This commit is contained in:
parent
1971a80a9f
commit
764c79711b
@ -327,7 +327,7 @@ static bool auto_hostlist_retrans(t_ctrack *ctrack, uint8_t l4proto, int thresho
|
|||||||
ctrack->req_retrans_counter++;
|
ctrack->req_retrans_counter++;
|
||||||
if (ctrack->req_retrans_counter >= threshold)
|
if (ctrack->req_retrans_counter >= threshold)
|
||||||
{
|
{
|
||||||
DLOG("retrans threshold reached : %u/%u\n",ctrack->req_retrans_counter, threshold);
|
DLOG("req retrans threshold reached : %u/%u\n",ctrack->req_retrans_counter, threshold);
|
||||||
ctrack_stop_retrans_counter(ctrack);
|
ctrack_stop_retrans_counter(ctrack);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user