From 6fef4c1e5bf73ad76e7cdcfb65540f1308045339 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Oct 2017 17:32:11 -0700 Subject: 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. --- tests/trantest.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/trantest.h') 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); -- cgit v1.2.3-70-g09d2