Skip to content

Commit

Permalink
Merge pull request zeromq#534 from hintjens/master
Browse files Browse the repository at this point in the history
Reverted cleanups of copyrghts
  • Loading branch information
ianbarber committed Mar 21, 2013
2 parents 5ba7445 + 8c96deb commit 09a00de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 11 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Contributors
============
Corporate Contributors
======================

Copyright (c) 2007-2013 iMatix Corporation
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2011 VMware, Inc.
Copyright (c) 2012 Spotify AB

Individual Contributors
=======================

AJ Lewis <[email protected]>
Alexej Lotz <[email protected]>
Expand Down
6 changes: 4 additions & 2 deletions doc/zmq_getsockopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ ZMQ_SNDHWM: Retrieves high water mark for outbound messages
The 'ZMQ_SNDHWM' option shall return the high water mark for outbound messages
on the specified 'socket'. The high water mark is a hard limit on the maximum
number of outstanding messages 0MQ shall queue in memory for any single peer
that the specified 'socket' is communicating with.
that the specified 'socket' is communicating with. A value of zero means no
limit.

If this limit has been reached the socket shall enter an exceptional state and
depending on the socket type, 0MQ shall take appropriate action such as
Expand All @@ -80,7 +81,8 @@ ZMQ_RCVHWM: Retrieve high water mark for inbound messages
The 'ZMQ_RCVHWM' option shall return the high water mark for inbound messages on
the specified 'socket'. The high water mark is a hard limit on the maximum
number of outstanding messages 0MQ shall queue in memory for any single peer
that the specified 'socket' is communicating with.
that the specified 'socket' is communicating with. A value of zero means no
limit.

If this limit has been reached the socket shall enter an exceptional state and
depending on the socket type, 0MQ shall take appropriate action such as
Expand Down
6 changes: 4 additions & 2 deletions doc/zmq_setsockopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ ZMQ_SNDHWM: Set high water mark for outbound messages
The 'ZMQ_SNDHWM' option shall set the high water mark for outbound messages on
the specified 'socket'. The high water mark is a hard limit on the maximum
number of outstanding messages 0MQ shall queue in memory for any single peer
that the specified 'socket' is communicating with.
that the specified 'socket' is communicating with. A value of zero means no
limit.

If this limit has been reached the socket shall enter an exceptional state and
depending on the socket type, 0MQ shall take appropriate action such as
Expand All @@ -55,7 +56,8 @@ ZMQ_RCVHWM: Set high water mark for inbound messages
The 'ZMQ_RCVHWM' option shall set the high water mark for inbound messages on
the specified 'socket'. The high water mark is a hard limit on the maximum
number of outstanding messages 0MQ shall queue in memory for any single peer
that the specified 'socket' is communicating with.
that the specified 'socket' is communicating with. A value of zero means no
limit.

If this limit has been reached the socket shall enter an exceptional state and
depending on the socket type, 0MQ shall take appropriate action such as
Expand Down

0 comments on commit 09a00de

Please sign in to comment.