blob: a35173c0b67bf2e66e9ab96a3ae39b31de27b81a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This section documents the _nanomsg_ 1.0 libary compatible functions.
These functions are provided as a transition aid, for application
developers coming to _NNG_ from _libnanomsg_, and are discouraged
from use in new applications.
TIP: While this is discouraged for long term use, as a transition aid
applications may use the value returned by the
<<nng_socket_id.3#,nng_socket_id()>> in these functions just like a
socket descriptor (as if the socket were opened
via <<nn_socket.3compat#,nn_socket()>>).
This sort of API intermixing should only be used during transition from
the legacy API to the new API.
|