mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 12:10:53 +03:00
mdig: enlarge dns reply buffer
This commit is contained in:
parent
f8b3dca6f5
commit
200cd9caf2
@ -424,7 +424,7 @@ bool dns_parse_print(const uint8_t *a, size_t len)
|
|||||||
}
|
}
|
||||||
int dns_parse_query()
|
int dns_parse_query()
|
||||||
{
|
{
|
||||||
uint8_t a[1500];
|
uint8_t a[8192];
|
||||||
size_t l;
|
size_t l;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
_setmode(_fileno(stdin), _O_BINARY);
|
_setmode(_fileno(stdin), _O_BINARY);
|
||||||
|
Loading…
Reference in New Issue
Block a user