1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

LibCore: Support IPv6 for TCP and UDP connection

This commit is contained in:
Salem Yaslem 2024-06-30 21:51:58 +03:00 committed by Andrew Kaster
parent 47aee289d8
commit ab82fc8993
Notes: sideshowbarker 2024-07-17 20:33:50 +09:00
4 changed files with 78 additions and 16 deletions

View file

@ -35,6 +35,7 @@ class Error;
class FlyString;
class GenericLexer;
class IPv4Address;
class IPv6Address;
class JsonArray;
class JsonObject;
class JsonValue;
@ -167,6 +168,7 @@ using AK::GenericLexer;
using AK::HashMap;
using AK::HashTable;
using AK::IPv4Address;
using AK::IPv6Address;
using AK::JsonArray;
using AK::JsonObject;
using AK::JsonValue;