stumpless 2.2.0
Loading...
Searching...
No Matches
NetworkProtocol.hpp
Go to the documentation of this file.
1#ifndef __NETWORKPROTOCOL_HPP
2#define __NETWORKPROTOCOL_HPP
3
4#include <stumpless/target/network.h>
5
6namespace stumpless {
7
11 enum class NetworkProtocol {
15 IPV4 = STUMPLESS_IPV4_NETWORK_PROTOCOL,
19 IPV6 = STUMPLESS_IPV6_NETWORK_PROTOCOL
20 };
21
22}
23
24#endif /* __NETWORKPROTOCOL_HPP */
Definition AddressFailure.hpp:7
NetworkProtocol
Network protocols used by network targets.
Definition NetworkProtocol.hpp:11
@ IPV6
Internet Protocl version 6, RFC 8200.
@ IPV4
Internet Protocol version 4, RFC 791.