DESERT 3.5.1
Loading...
Searching...
No Matches
uwsocket.h File Reference
#include <uwconnector.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <netinet/in.h>
#include <string>
#include <sys/socket.h>
#include <iostream>
Include dependency graph for uwsocket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UwSocket
 

Variables

constexpr char udp_init_string [] = "a"
 

Detailed Description

Class that implements a connector and, specifically, the socket connector. BSD sockets are used, to connect to either TCP or UDP.

Author
Roberto Francescon
Version
0.0.1

Definition in file uwsocket.h.

Variable Documentation

◆ udp_init_string

constexpr char udp_init_string[] = "a"
constexpr

Definition at line 50 of file uwsocket.h.