refactor initial code and accept a UDP request
This commit is contained in:
parent
fb762b2aef
commit
ee64c84ea4
10 changed files with 96 additions and 25 deletions
7
include/dns_request.h
Normal file
7
include/dns_request.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "dns_packets.h"
|
||||
|
||||
struct DNSRequest {
|
||||
struct DNSPacketHeader header;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue