Construct a service from an IPv6 address and port.

Synopsis

Declared in <netaddress.h>

CService(
    in6_addr const& ipv6Addr,
    uint16_t port);

Parameters

Name

Description

ipv6Addr

The IPv6 address of the service.

port

The TCP port in host byte order.

Created with MrDocs