From cf55761ab26dea40389aa143566081b897c44cb2 Mon Sep 17 00:00:00 2001
From: gdamore nng_socket_get and nng_socket_setThe _getopt and _setopt functions for contexts, listeners, and dialers are no longer
present. Simply changing _getopt to _get or _setopt to _set in the function name
should be sufficient in most cases.
The following functions are removed. To access options, use a proper typed access function,
+such as one ending in a suffix like _bool (to access a bool typed option).
nng_pipe_getnng_stream_getnng_stream_setnng_stream_dialer_getnng_stream_dialer_setnng_stream_listener_getnng_stream_listener_setThe ability to set options on streams after they have been created is no longer present.
(It turns out that this was not very useful.) All functions nng_stream_set_xxx are removed.
--
cgit v1.2.3-70-g09d2