mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LookupServer: Move DNS related code into new LibDNS library
This allows other code to use the DNSPacket class, e.g. when sent over IPC.
This commit is contained in:
parent
0a92dbd390
commit
be4a4144f2
Notes:
sideshowbarker
2024-07-17 11:47:26 +09:00
Author: https://github.com/tomuta
Commit: be4a4144f2
Pull-request: https://github.com/SerenityOS/serenity/pull/13664
Reviewed-by: https://github.com/linusg
17 changed files with 51 additions and 40 deletions
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
|
||||
#include "MulticastDNS.h"
|
||||
#include "DNSPacket.h"
|
||||
#include <AK/IPv4Address.h>
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue