nanomsg next generation NNG  
Home GitHub Documentation

This documentation is for version v1.2.2 of nng, but the latest released version is v1.7.3. see the documentation for v1.7.3 for the most up-to-date information.
nng_stream_dialer(5)

SYNOPSIS

#include <nng/nng.h>

typedef struct nng_stream_dialer nng_stream_dialer;

DESCRIPTION

An nng_stream_dialer is a handle to a “dialer” for byte streams, and is responsible for creating nng_stream objects (corresponding to connected byte streams) by connecting to remote peers.

The nng_stream_dialer object is used for low-level byte stream connections, and should not be confused with a high-level nng_dialer object.
NNG Reference Manual vv1.2.2 © 2019 Staysail Systems, Inc, © 2018 Capitar IT Group BV
This document is supplied under the MIT License.
nanomsg™ and nng™ are trademarks of Garrett D'Amore.