From 7df0822d3ed58ee73918cac576c0b07363e84425 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 23 Jan 2017 22:49:57 -0800 Subject: Added a bunch more compatibility stuff. I implemented the reqrep compatibility test, which uncovered a few semantic issues I had in the REQ/REP protocol, which I've fixed. There are still missing things. and at least one portion of the req/rep test suite cannot be enabled until I add tuning of the reconnect timeout, which is currently way too long (1 sec) for the test suite to work. --- src/nng.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nng.c') diff --git a/src/nng.c b/src/nng.c index 28da1f20..e21a84e6 100644 --- a/src/nng.c +++ b/src/nng.c @@ -266,6 +266,7 @@ nng_endpoint_close(nng_endpoint eid) return (NNG_ENOTSUP); } + int nng_setopt(nng_socket sid, int opt, const void *val, size_t sz) { -- cgit v1.2.3-70-g09d2