From ec81f8fb2523e1e2fe45eaadc05311a35bf551d7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 22 Jun 2011 11:02:16 +0200 Subject: New wire format for REQ/REP pattern This patch introduces two changes: 1. 32-bit ID is used to identify the peer instead of UUID 2. REQ socket seeds the label stack with unique 32-bit request ID It also drops any replies with non-matching request ID Signed-off-by: Martin Sustrik --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2adeb22..dc38b44 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ tests/test_reqrep_tcp tests/test_shutdown_stress tests/test_hwm tests/test_timeo +tests/test_reqrep_device src/platform.hpp* src/stamp-h1 devices/zmq_forwarder/zmq_forwarder -- cgit v1.2.3