logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nng_stream_dialer - byte 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. Note 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.

Name

nng_stream_dialer - byte stream dialer

See Also

nng_stream_dialer_alloc(3str), nng_stream_dialer_close(3str), nng_stream_dialer_dial(3str), nng_stream_dialer_free(3str), nng_stream(5), nng_stream_listener(5) 2025-04-20 NNG_STREAM_DIALER(5)

Synopsis

#include <nng/nng.h> typedef struct nng_stream_dialer nng_stream_dialer;

See Also