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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ tests/test_reqrep_ipc tests/test_reqrep_tcp tests/test_shutdown_stress tests/test_hwm +tests/test_timeo src/platform.hpp* src/stamp-h1 devices/zmq_forwarder/zmq_forwarder |