From e236dc8141f4d00dc926fbfba7739dabf96ebcdd Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 20 Sep 2017 12:11:53 -0700 Subject: More pipe option handling, pipe API support. Url option. This fleshes most of the pipe API out, making it available to end user code. It also adds a URL option that is independent of the address options (which would be sockaddrs.) Also, we are now setting the pipe for req/rep. The other protocols need to have the same logic added to set the receive pipe on the message. (Pair is already done.) --- src/nng.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index fde8eabb..492ba091 100644 --- a/src/nng.h +++ b/src/nng.h @@ -419,6 +419,7 @@ NNG_DECL const char *nng_opt_recvfd; NNG_DECL const char *nng_opt_sendfd; NNG_DECL const char *nng_opt_locaddr; NNG_DECL const char *nng_opt_remaddr; +NNG_DECL const char *nng_opt_url; NNG_DECL const char *nng_opt_req_resendtime; NNG_DECL const char *nng_opt_sub_subscribe; NNG_DECL const char *nng_opt_sub_unsubscribe; @@ -440,6 +441,7 @@ NNG_DECL int nng_optid_recvfd; NNG_DECL int nng_optid_sendfd; NNG_DECL int nng_optid_locaddr; NNG_DECL int nng_optid_remaddr; +NNG_DECL int nng_optid_url; // These protocol specific options may not be valid until a socket of // the given protocol is opened! -- cgit v1.2.3-70-g09d2