OpenVPN 3 Core Library
Loading...
Searching...
No Matches
test_serverprober.cpp File Reference
#include "test_common.hpp"
#include <memory>
#include <string>
#include <openvpn/io/io.hpp>
#include <openvpn/addr/ip.hpp>
#include <openvpn/frame/frame.hpp>
#include <openvpn/time/time.hpp>
#include <openvpn/transport/protocol.hpp>
#include <openvpn/client/remotelist.hpp>
#include <openvpn/client/serverprober.hpp>
#include <openvpn/ssl/oob_probe.hpp>
Include dependency graph for test_serverprober.cpp:

Go to the source code of this file.

Functions

 TEST (ServerProber, plaintext_probe_roundtrip)
 
 TEST (ServerProber, no_reply_times_out_empty)
 
 TEST (ServerProber, empty_remote_list_completes)
 
 TEST (ServerProber, truncated_reply_is_dropped)
 

Function Documentation

◆ TEST() [1/4]

TEST ( ServerProber  ,
empty_remote_list_completes   
)

Definition at line 216 of file test_serverprober.cpp.

◆ TEST() [2/4]

TEST ( ServerProber  ,
no_reply_times_out_empty   
)

Definition at line 188 of file test_serverprober.cpp.

◆ TEST() [3/4]

TEST ( ServerProber  ,
plaintext_probe_roundtrip   
)

Definition at line 145 of file test_serverprober.cpp.

◆ TEST() [4/4]

TEST ( ServerProber  ,
truncated_reply_is_dropped   
)

Definition at line 301 of file test_serverprober.cpp.