~ubuntu-branches/ubuntu/oneiric/zeromq/oneiric

« back to all changes in this revision

Viewing changes to doc/zmq_setsockopt.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2010-09-08 15:25:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100908152545-8rfaoyw289tk5vaf
Tags: 2.0.9.dfsg-1
* New upstream version. 
* Move all manpages in libzmq0 to zeromq-dev package (closes: #595890) 
* Updated to standards version 3.9.1.
* Add lintian-overrides for spelling-error-in-copyright due to error in
  upstream license of xmlParser.
* Use Breaks: instead of Conflicts: in zeromq-bin package, fixes 
  conflicts-with-version from lintian.
* Various other minor fixes for warnings from lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
The default 'ZMQ_HWM' value of zero means "no limit".
40
40
 
41
41
[horizontal]
42
 
Option value type:: int64_t
 
42
Option value type:: uint64_t
43
43
Option value unit:: messages
44
44
Default value:: 0
45
45
Applicable socket types:: all
78
78
threads for a specific _context_.
79
79
 
80
80
[horizontal]
81
 
Option value type:: int64_t
 
81
Option value type:: uint64_t
82
82
Option value unit:: N/A (bitmap)
83
83
Default value:: 0
84
84
Applicable socket types:: N/A
147
147
multicast transports such as linkzmq:zmq_pgm[7] using the specified 'socket'.
148
148
 
149
149
[horizontal]
150
 
Option value type:: uint64_t
 
150
Option value type:: int64_t
151
151
Option value unit:: kilobits per second
152
152
Default value:: 100
153
153
Applicable socket types:: all, when using multicast transports
165
165
interval at a data rate of 1Gbps requires a 7GB in-memory buffer.
166
166
 
167
167
[horizontal]
168
 
Option value type:: uint64_t
 
168
Option value type:: int64_t
169
169
Option value unit:: seconds
170
170
Default value:: 10
171
171
Applicable socket types:: all, when using multicast transports
182
182
environments.
183
183
 
184
184
[horizontal]
185
 
Option value type:: uint64_t
 
185
Option value type:: int64_t
186
186
Option value unit:: boolean
187
187
Default value:: 1
188
188
Applicable socket types:: all, when using multicast transports
229
229
_option_value_ is invalid.
230
230
*ETERM*::
231
231
The 0MQ 'context' associated with the specified 'socket' was terminated.
 
232
*EFAULT*::
 
233
The provided 'socket' was not valid (NULL).
232
234
 
233
235
 
234
236
EXAMPLE