scclib
Stable Cloud Computing C++ Library
|
Tests for Internet tcp and udp networking sockets. More...
#include <net/inet.h>
#include <gtest/gtest.h>
#include <iostream>
#include <system_error>
#include <thread>
#include <future>
#include <sstream>
#include <chrono>
#include <condition_variable>
#include <mutex>
#include <util/event.h>
#include <util/poller.h>
#include <net/unix.h>
#include <net/net_if.h>
#include <util/iostream.h>
#include <util/logger.h>
Go to the source code of this file.
Functions | |
TEST_F (inet_networking, udp_readwrite_loopback) | |
TEST_F (inet_networking, udp_readwrite_unicast) | |
TEST_F (inet_networking, tcp_iostream_loopback) | |
TEST_F (inet_networking, tcp_readwrite_loopback) | |
TEST (inet_example, client_server_stream_test) | |
[Inet client server] | |
TEST (inet_example, tcp_multiserver) | |
[Inet client server] More... | |
Tests for Internet tcp and udp networking sockets.
Definition in file inet.cc.