aboutsummaryrefslogtreecommitdiff
path: root/tests/trantest.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-10-02 17:32:11 -0700
committerGarrett D'Amore <garrett@damore.org>2017-10-03 09:47:08 -0700
commit6fef4c1e5bf73ad76e7cdcfb65540f1308045339 (patch)
treeca50ca2c27fb2d0a44ee9dc317cc0b673eaf9e66 /tests/trantest.h
parent6e945e18f3f3e9b7f9ee614eac6d3bf681f768d9 (diff)
downloadnng-6fef4c1e5bf73ad76e7cdcfb65540f1308045339.tar.gz
nng-6fef4c1e5bf73ad76e7cdcfb65540f1308045339.tar.bz2
nng-6fef4c1e5bf73ad76e7cdcfb65540f1308045339.zip
fixes #5 Address properties
Added TCP socket address properties on pipes. This adds the plumbing for the various platform specifics, and includes both v4 and v6 handling. We've included a TCPv6 test as well.
Diffstat (limited to 'tests/trantest.h')
-rw-r--r--tests/trantest.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/trantest.h b/tests/trantest.h
index 542cff32..52b6b2ea 100644
--- a/tests/trantest.h
+++ b/tests/trantest.h
@@ -179,10 +179,6 @@ trantest_check_properties(trantest *tt, trantest_proptest_t f)
nng_dialer d;
nng_msg * send;
nng_msg * recv;
- size_t len;
- nng_pipe p;
- char url[NNG_MAXADDRLEN];
- size_t sz;
int rv;
So(nng_listen(tt->repsock, tt->addr, &l, 0) == 0);