Merge pull request #394 from hintjens/master

Fixed HWM doc on ZMQ_PULL
This commit is contained in:
Martin Hurtoň 2012-07-04 05:20:51 -07:00
commit 77dd0a6fba
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -41,6 +41,7 @@ tests/test_ts_context
tests/test_connect_resolve
tests/test_connect_delay
tests/test_term_endpoint
tests/test_router_behavior
src/platform.hpp*
src/stamp-h1
perf/local_lat

View File

@ -297,7 +297,7 @@ Direction:: Unidirectional
Send/receive pattern:: Receive only
Incoming routing strategy:: Fair-queued
Outgoing routing strategy:: N/A
ZMQ_HWM option action:: N/A
ZMQ_HWM option action:: Block
Exclusive pair pattern