feature: multithreading wip

This commit is contained in:
0x35c
2025-05-29 02:16:04 +02:00
parent 6538a085b9
commit 623b3ad0d7
8 changed files with 231 additions and 29 deletions

View File

@ -2,5 +2,6 @@
#include <netinet/in.h>
int dns_lookup(char *ip_addr, char *hostname, struct sockaddr_in *addr_con);
int dns_lookup(char *ip_addr, const char *hostname,
struct sockaddr_in *addr_con);
int reverse_dns_lookup(char *ip_addr, char *host);