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
5
include/udp_server.h
Normal file
5
include/udp_server.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define UDP_PORT 53
|
||||
|
||||
int start_server();
|
||||
Loading…
Add table
Add a link
Reference in a new issue