ROOT
6.07/01
Reference Guide
|
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | LOCAL_SERVER_PORT 1500 |
#define | MAX_MSG 100 |
#define LOCAL_SERVER_PORT 1500 |
#define MAX_MSG 100 |