hft/server.hh

10 lines
212 B
C++
Raw Normal View History

2025-03-08 03:41:40 -05:00
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
int status;
struct addrinfo hints;
struct addrinfo *servinfo; // Points to results
memset(&hints, 0, sizeof hints);
hints.ai_family = AF_UNSPACE