mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-08 02:19:18 +02:00
print dot while waiting for probe responses
This commit is contained in:
parent
4c7f66f514
commit
7c02e0880e
|
@ -781,6 +781,8 @@ handshake_autoprobe_fragsize(int dns_fd)
|
|||
break;
|
||||
}
|
||||
}
|
||||
fprintf(stderr, ".");
|
||||
fflush(stderr);
|
||||
}
|
||||
range >>= 1;
|
||||
if (max_fragsize == proposed_fragsize) {
|
||||
|
|
Loading…
Reference in New Issue