mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-04 15:40:52 +03:00
Compare commits
2 Commits
9e0bf35daf
...
d014ffe0ba
Author | SHA1 | Date | |
---|---|---|---|
|
d014ffe0ba | ||
|
f1c091f9e4 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
files/fake/tls_clienthello_www_google_com.bin
Normal file
BIN
files/fake/tls_clienthello_www_google_com.bin
Normal file
Binary file not shown.
@ -156,7 +156,7 @@ static void stat_print(int ct, int ct_ok)
|
|||||||
if (glob.stats_every > 0)
|
if (glob.stats_every > 0)
|
||||||
{
|
{
|
||||||
time_t tm = time(NULL)-glob.start_time;
|
time_t tm = time(NULL)-glob.start_time;
|
||||||
interlocked_fprintf(stderr, "mdig stats : %02u:%02u:%02u : domains=%d success=%d error=%d\n", tm/3600, (tm/60)%60, tm%60, ct, ct_ok, ct - ct_ok);
|
interlocked_fprintf(stderr, "mdig stats : %02u:%02u:%02u : domains=%d success=%d error=%d\n", (unsigned int)(tm/3600), (unsigned int)((tm/60)%60), (unsigned int)(tm%60), ct, ct_ok, ct - ct_ok);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user