diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-21 21:41:41 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-21 21:41:41 -0800 |
| commit | 99a78ade3a6034784e40d5dfa70cc72aa09021ca (patch) | |
| tree | a1ebe245333e8e52832b647e0f70637b3326ad11 /tests/tcp.c | |
| parent | 423c776ad9b8a68196bb4d9acfbfd5b7b9c4edc6 (diff) | |
| download | nng-99a78ade3a6034784e40d5dfa70cc72aa09021ca.tar.gz nng-99a78ade3a6034784e40d5dfa70cc72aa09021ca.tar.bz2 nng-99a78ade3a6034784e40d5dfa70cc72aa09021ca.zip | |
Adds NNG_OPT_SENDFD and NNG_OPT_RECVFD socket options (untested).
Diffstat (limited to 'tests/tcp.c')
| -rw-r--r-- | tests/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcp.c b/tests/tcp.c index f77ec3a0..9f248fe8 100644 --- a/tests/tcp.c +++ b/tests/tcp.c @@ -14,7 +14,6 @@ // Inproc tests. TestMain("TCP Transport", { - int rv; trantest_test_all("tcp://127.0.0.1:4450"); |
