boost::corosio::endpoint_format

Endpoint format detection result.

Synopsis

enum class endpoint_format : int;

Description

Used internally by parse_endpoint to determine the format of an endpoint string.

Members

Name

Description

ipv4_no_port

"192.168.1.1"

ipv4_with_port

"192.168.1.1:8080"

ipv6_no_port

"::1" or "1:2:3:4:5:6:7:8"

ipv6_bracketed

"[::1]" or "[::1]:8080"

Non-Member Functions

Name

Description

detect_endpoint_format

Detect the format of an endpoint string.

Created with MrDocs