net-server/def.h
2023-12-18 04:41:43 +08:00

6 lines
89 B
C

int sockfd;
int sockad;
char *s;
struct sockaddr_in seraddr;
struct sockaddr_in cliaddr;