join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
IcmpSocket Class Reference

Class used to test the ICMP socket API. More...

Inheritance diagram for IcmpSocket:
Collaboration diagram for IcmpSocket:

Static Public Member Functions

static void SetUpTestCase ()
 set up test case.
 

Static Protected Attributes

static const std::string _host = "127.0.0.1"
 hostname.
 
static const int _timeout = 1000
 timeout.
 
static std::unique_ptr< char[]> _data
 data.
 

Detailed Description

Class used to test the ICMP socket API.

Member Function Documentation

◆ SetUpTestCase()

static void IcmpSocket::SetUpTestCase ( )
inlinestatic

set up test case.

Member Data Documentation

◆ _data

std::unique_ptr< char[]> IcmpSocket::_data
staticprotected

data.

◆ _host

const std::string IcmpSocket::_host = "127.0.0.1"
staticprotected

hostname.

◆ _timeout

const int IcmpSocket::_timeout = 1000
staticprotected

timeout.


The documentation for this class was generated from the following file: