Bug fixed: Adjust the super header length to 8192 for all client implementation

This commit is contained in:
lionsoul
2017-10-21 12:47:24 +08:00
parent eab6259b13
commit 5f3bddec08
8 changed files with 12 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
*/
defined('INDEX_BLOCK_LENGTH') or define('INDEX_BLOCK_LENGTH', 12);
defined('TOTAL_HEADER_LENGTH') or define('TOTAL_HEADER_LENGTH', 4096);
defined('TOTAL_HEADER_LENGTH') or define('TOTAL_HEADER_LENGTH', 8192);
class Ip2Region
{