scclib
Stable Cloud Computing C++ Library
Functions

Tests for Unix domain tcp and udp networking. More...

#include <net/unix.h>
#include <gtest/gtest.h>
#include <iostream>
#include <system_error>
#include <cerrno>
#include <thread>
#include <future>
#include <sstream>
#include <util/event.h>
#include <util/poller.h>
#include <net/inet.h>
#include <util/iostream.h>
#include <util/fs.h>
#include <util/logger.h>
Include dependency graph for unix.cc:

Go to the source code of this file.

Functions

std::string server_addrname ("/tmp/server.sock")
 
std::string client_addrname ("/tmp/client.sock")
 
 TEST_F (unix_networking, addrnames)
 
 TEST_F (unix_networking, udp_readwrite)
 
 TEST_F (unix_networking, tcp_iostream)
 
 TEST_F (unix_networking, tcp_readwrite)
 

Detailed Description

Tests for Unix domain tcp and udp networking.

Definition in file unix.cc.