Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
tcp.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <assert.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <sys/time.h>
#include <fcntl.h>
#include <limits.h>
#include "wlib/wstypes.h"
#include "wlib/wdebug.h"
#include "wlib/wtime.h"

Go to the source code of this file.

Classes

class  TCP
 

Macros

#define DEFAULT_PROTOCOL   0
 

Typedefs

typedef signed int SOCKET
 

Macro Definition Documentation

◆ DEFAULT_PROTOCOL

#define DEFAULT_PROTOCOL   0

Definition at line 62 of file tcp.h.

Typedef Documentation

◆ SOCKET

typedef signed int SOCKET

Definition at line 53 of file tcp.h.