Allow the longest possible IPv6 address in sources

This commit is contained in:
Pierre Pronchery 2018-08-07 13:54:16 +02:00
parent e29d62ef10
commit 956e1df228

View File

@ -36,9 +36,9 @@
/**
* \def ACCESS_BUF_LEN
*
* \brief Allow strings as large as 123.123.123.123/255.255.255.255
* \brief Allow strings as large as 1234:5678:9abc:deff:ffff:ffff:ffff:ffff/128
*/
#define ACCESS_BUF_LEN 33
#define ACCESS_BUF_LEN 45
/**
* \def MAX_DEPTH