Net++
A class-based C++ encapsulation over the POSIX Sockets API
Loading...
Searching...
No Matches
conn_resolver::ResolverHints Struct Reference

A structure to represent the hint parameters passed into getaddrinfo. More...

#include <resolver.hpp>

Public Attributes

int32_t endpoint_type = networking::socket_type::raw
 
int32_t ip_domain = networking::domain::unspecified_domain
 
int32_t protocol
 
int32_t flags
 

Detailed Description

A structure to represent the hint parameters passed into getaddrinfo.

Member Data Documentation

◆ endpoint_type

int32_t conn_resolver::ResolverHints::endpoint_type = networking::socket_type::raw

The socket type of the current endpoint

◆ flags

int32_t conn_resolver::ResolverHints::flags

Additional flags. Check 'man getaddrinfo'

◆ ip_domain

int32_t conn_resolver::ResolverHints::ip_domain = networking::domain::unspecified_domain

The IP domain that the resolver should search

◆ protocol

int32_t conn_resolver::ResolverHints::protocol

Limits the returned address structure to a specific protocol


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