Class used to test the ICMP socket API.
More...
|
| static const std::string | _host = "127.0.0.1" |
| | hostname.
|
| |
| static const int | _timeout = 1000 |
| | timeout.
|
| |
| static std::unique_ptr< char[]> | _data |
| | data.
|
| |
Class used to test the ICMP socket API.
◆ SetUpTestCase()
| static void IcmpSocket::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ _data
| std::unique_ptr< char[]> IcmpSocket::_data |
|
staticprotected |
◆ _host
| const std::string IcmpSocket::_host = "127.0.0.1" |
|
staticprotected |
◆ _timeout
| const int IcmpSocket::_timeout = 1000 |
|
staticprotected |
The documentation for this class was generated from the following file: