diff options
author | Fabien Ninoles <fabien@tzone.org> | 2011-06-17 12:22:02 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-06-17 12:22:02 +0200 |
commit | d7923f08cab62ef40027a92f596ff45428870838 (patch) | |
tree | 370ad14bc9d1ebbc14f9d5f8077f81e28e301f5f /perf | |
parent | 65d2b70312efb148814b58d9cd38cc7069b53a3b (diff) |
Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO.
- Add doc and tests
- Add options and setup
- Wait using poll/select
Signed-off-by: Fabien Ninoles <fabien@tzone.org>
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'perf')
-rw-r--r-- | perf/remote_thr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp index ba36b98..363ae7c 100644 --- a/perf/remote_thr.cpp +++ b/perf/remote_thr.cpp @@ -88,6 +88,8 @@ int main (int argc, char *argv []) } } +zmq_sleep (2); + rc = zmq_close (s); if (rc != 0) { printf ("error in zmq_close: %s\n", zmq_strerror (errno)); |