From ec0f96f5b7ed7888256f3783dd5ff64e5b5a8c42 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 1 Mar 2020 12:50:29 -0800 Subject: Publishing updates for v1.3.0 --- man/v1.3.0/nn_device.3compat.html | 467 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 467 insertions(+) create mode 100644 man/v1.3.0/nn_device.3compat.html (limited to 'man/v1.3.0/nn_device.3compat.html') diff --git a/man/v1.3.0/nn_device.3compat.html b/man/v1.3.0/nn_device.3compat.html new file mode 100644 index 00000000..4d4306b8 --- /dev/null +++ b/man/v1.3.0/nn_device.3compat.html @@ -0,0 +1,467 @@ +--- +version: v1.3.0 +layout: manpage +title: nn_device(3compat) +--- + +
+{% if page.version and page.version != site.latest %} +{% if page.version == "tip" %} +{% include manpage-tip.html %} +{% else %} +{% include manpage-old.html %} +{% endif %} +{% endif %} + +
+
+

SYNOPSIS

+
+
+
+
#include <nanomsg/nn.h>
+
+int nn_device(int sock1, int sock2);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nn_device() function is used to create a forwarder, where messages +received on one of the two sockets sock1 and sock2 are forwarded to +the other.

+
+
+ + + + + +
+ + +This function is provided for API +compatibility with legacy libnanomsg. +Consider using the relevant modern API instead. +
+
+
+

The two sockets must be compatible, and must be +raw mode +sockets. +More detail about devices and how they can be used is available in the +new style nng_device() documentation.

+
+
+
+
+

RETURN VALUES

+
+
+

This function blocks forever, and will return -1 only when +one of the sockets is closed or an error occurs.

+
+
+
+
+

ERRORS

+
+
+ + + + + + + + + + + + + +
+EBADF + +

One of the two sockets is invalid or not open, or has

+
+EINVAL + +

The sockets are not compatible with each other, or not both raw.

+
+ENOMEM + +

Insufficient memory is available.

+
+
+
+
+ +
+
-- cgit v1.2.3-70-g09d2