src/Network/Endpoint.hh
changeset 400 d64bf28c4340
parent 399 c7295b72731a
equal deleted inserted replaced
399:c7295b72731a 400:d64bf28c4340
    29  * methods/operators are defined for textual output of the address.
    29  * methods/operators are defined for textual output of the address.
    30  *
    30  *
    31  * It may be of value to note that the hostname/service is only interpreted by the get_addrinfo() method, which means
    31  * It may be of value to note that the hostname/service is only interpreted by the get_addrinfo() method, which means
    32  * that invalid/non-existant hostnames/services will only raise an error once the NetworkEndpoint is passed to
    32  * that invalid/non-existant hostnames/services will only raise an error once the NetworkEndpoint is passed to
    33  * NetworkSocket.
    33  * NetworkSocket.
       
    34  *
       
    35  * All DNS lookups are blocking.
    34  */ 
    36  */ 
    35 class NetworkEndpoint {
    37 class NetworkEndpoint {
    36     protected:
    38     protected:
    37         /**
    39         /**
    38          * Our human-readable hostname
    40          * Our human-readable hostname