1
0
mirror of https://github.com/jedisct1/dnsblast.git synced 2024-10-05 18:30:54 +01:00

Incrase the buffer size

This commit is contained in:
Frank Denis 2016-06-09 16:33:53 +02:00
parent 58e223af8a
commit f74cc5282a

View File

@ -34,7 +34,7 @@
#endif
#ifndef MAX_UDP_BUFFER_SIZE
# define MAX_UDP_BUFFER_SIZE 2097152
# define MAX_UDP_BUFFER_SIZE (16 * 1024 * 1024)
#endif
#define REPEATED_NAME_PROBABILITY (int) ((RAND_MAX * 13854LL) / 100000LL)