refactor initial code and accept a UDP request

This commit is contained in:
Piper Pentagram 2025-07-08 13:03:11 -07:00
parent fb762b2aef
commit ee64c84ea4
10 changed files with 96 additions and 25 deletions

5
include/udp_server.h Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#define UDP_PORT 53
int start_server();