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:
parent
5985f817da
commit
1b70ae9296
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue