network: Normalize IP parsing, fix IPv6, tests

This commit is contained in:
Fabio Alessandrelli
2026-01-09 14:48:21 +01:00
parent 1910c58c49
commit 65ce1360b4
5 changed files with 431 additions and 134 deletions

View File

@@ -49,6 +49,7 @@
#include "tests/core/io/test_http_client.h"
#include "tests/core/io/test_image.h"
#include "tests/core/io/test_ip.h"
#include "tests/core/io/test_ip_address.h"
#include "tests/core/io/test_json.h"
#include "tests/core/io/test_json_native.h"
#include "tests/core/io/test_logger.h"