#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netdb.h>
Go to the source code of this file.
Defines | |
#define | SOCKET int |
#define | closesocket close |
|
Definition at line 60 of file SocketIncludes.h. Referenced by Socket::close(). |
|
TcpServer Socket library Copyright (c) 2000 Jasen Plietz All rights reserved. No warranties are extended. Use at your own risk. To contact the author with suggestions or comments, use Jasen@plietz.net Definition at line 59 of file SocketIncludes.h. |