#include <nng/nng.h>
typedef struct nng_stream_dialer nng_stream_dialer;
This documentation is for the TIP (development tree) of NNG and may represent unreleased changes or functionality that is experimental, and is subject to change before release. The latest released version is v1.8.0. See the documentation for v1.8.0 for the most up-to-date information. |
nng_stream_dialer(5)
NAME
nng_stream_dialer - byte stream dialer
SYNOPSIS
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.
|