summaryrefslogtreecommitdiff
path: root/tests/tcp.c
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2014-11-07 02:28:11 +0100
committerMartin Sustrik <sustrik@250bpm.com>2014-11-07 02:28:11 +0100
commit08840fe95906dbf27b9ac07a1ea46ee575de955a (patch)
tree5bac3db29b2bc1a2b7e711559c8ac3769845f4e4 /tests/tcp.c
parentc53dc5527033eb1d66014255c3066ff9f7a0cc53 (diff)
downloadnanomsg-08840fe95906dbf27b9ac07a1ea46ee575de955a.tar.gz
IPC re-binding implemented
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/tcp.c')
-rw-r--r--tests/tcp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tcp.c b/tests/tcp.c
index 93dba84..35d780b 100644
--- a/tests/tcp.c
+++ b/tests/tcp.c
@@ -170,15 +170,11 @@ int main ()
sc = test_socket (AF_SP, NN_PAIR);
test_connect (sc, SOCKET_ADDRESS);
nn_sleep (100);
-
test_send (sb, "ABC");
test_recv (sc, "ABC");
-
test_close (sb);
-
test_send (s1, "ABC");
test_recv (sc, "ABC");
-
test_close (sc);
test_close (s1);