#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | SERV_TCP_PORT 9999 |
#define | BUFSIZE 1024 |
Functions | |
int | main () |
Variables | |
char | buff [1000] |
int main | ( | ) |