diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-06-22 11:02:16 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-06-22 11:02:16 +0200 |
commit | ec81f8fb2523e1e2fe45eaadc05311a35bf551d7 (patch) | |
tree | e6fbd9b7a789d72678fa02ca06883de15a932beb /.gitignore | |
parent | 10a93bb79fd3d4be1b3ffedfa6785564fbcc082b (diff) |
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 <sustrik@250bpm.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |