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:
parent
47aee289d8
commit
ab82fc8993
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/xlmnxp 🔰
Commit: ab82fc8993
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/276
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/circl-lastname
4 changed files with 78 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue