mirror of
https://github.com/jedisct1/dnsblast.git
synced 2025-01-30 09:40:52 +00:00
Incrase the buffer size
This commit is contained in:
parent
58e223af8a
commit
f74cc5282a
@ -34,7 +34,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MAX_UDP_BUFFER_SIZE
|
#ifndef MAX_UDP_BUFFER_SIZE
|
||||||
# define MAX_UDP_BUFFER_SIZE 2097152
|
# define MAX_UDP_BUFFER_SIZE (16 * 1024 * 1024)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define REPEATED_NAME_PROBABILITY (int) ((RAND_MAX * 13854LL) / 100000LL)
|
#define REPEATED_NAME_PROBABILITY (int) ((RAND_MAX * 13854LL) / 100000LL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user