1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

adns: bump DNS_MAX to 128

This commit is contained in:
Andy Green 2022-02-08 06:20:39 +00:00
parent 5985f817da
commit 1b70ae9296

View file

@ -23,8 +23,8 @@
*/
#define DNS_MAX 96 /* Maximum host name */
#define DNS_RECURSION_LIMIT 3
#define DNS_MAX 128 /* Maximum host name */
#define DNS_RECURSION_LIMIT 4
#define DNS_PACKET_LEN 1400 /* Buffer size for DNS packet */
#define MAX_CACHE_ENTRIES 10 /* Dont cache more than that */
#define DNS_QUERY_TIMEOUT 30 /* Query timeout, seconds */