~ubuntu-branches/ubuntu/saucy/zeromq3/saucy

« back to all changes in this revision

Viewing changes to doc/zmq_getsockopt.txt

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-10-16 19:49:30 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121016194930-98r0bi746eoaa4iv
Tags: 3.2.1~rc2+dfsg-1
* New upstream RC release (Closes: #690704)
* Bump Standards-Version to 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
Applicable socket types:: all, when using TCP transports.
343
343
 
344
344
 
 
345
ZMQ_DELAY_ATTACH_ON_CONNECT
 
346
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
347
 
 
348
Retrieve the state of the attach on connect value. If set to `1`, will delay the
 
349
attachment of a pipe on connect until the underlying connection has completed.
 
350
This will cause the socket to block if there are no other connections, but will
 
351
prevent queues from filling on pipes awaiting connection.
 
352
 
 
353
[horizontal]
 
354
Option value type:: int
 
355
Option value unit:: boolean
 
356
Default value:: 0 (false)
 
357
Applicable socket types:: all, primarily when using TCP/IPC transports.
 
358
 
 
359
 
345
360
ZMQ_FD: Retrieve file descriptor associated with the socket
346
361
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
347
362
The 'ZMQ_FD' option shall retrieve the file descriptor associated with the