Main header for tcp communications. More...
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | tcp_client |
This class implements the TCP/IP client communication. More... |
Main header for tcp communications.
Definition in file class_tcp.h.