Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-13 22:03:09 +00:00

mdig: increase EAGAIN attempts

This commit is contained in:
bol-van
2026-01-09 10:17:13 +03:00
parent 5e89db0c7b
commit fdb9c9be60

View File

@@ -30,7 +30,7 @@
#endif
#include <time.h>
#define RESOLVER_EAGAIN_ATTEMPTS 2
#define RESOLVER_EAGAIN_ATTEMPTS 3
static void trimstr(char *s)
{