|
DESERT 3.6.1
|
#include <uwconnector.h>#include <arpa/inet.h>#include <netdb.h>#include <netinet/in.h>#include <string>#include <sys/socket.h>#include <iostream>

Go to the source code of this file.
Classes | |
| class | UwSocket |
Variables | |
| constexpr char | udp_init_string [] = "a" |
Class that implements a connector and, specifically, the socket connector. BSD sockets are used, to connect to either TCP or UDP.
Definition in file uwsocket.h.
|
constexpr |
Definition at line 50 of file uwsocket.h.