mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Merge pull request #243 from pieterh/master
Fixed error in documentation build
This commit is contained in:
commit
9bc0e10818
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,6 +34,7 @@ tests/test_reqrep_drop
|
|||||||
tests/test_sub_forward
|
tests/test_sub_forward
|
||||||
tests/test_invalid_rep
|
tests/test_invalid_rep
|
||||||
tests/test_msg_flags
|
tests/test_msg_flags
|
||||||
|
tests/test_ts_context
|
||||||
src/platform.hpp*
|
src/platform.hpp*
|
||||||
src/stamp-h1
|
src/stamp-h1
|
||||||
perf/local_lat
|
perf/local_lat
|
||||||
@ -55,6 +56,7 @@ builds/msvc/*.suo
|
|||||||
builds/msvc/*/*.user
|
builds/msvc/*/*.user
|
||||||
builds/msvc/*/Debug
|
builds/msvc/*/Debug
|
||||||
builds/msvc/*/Release
|
builds/msvc/*/Release
|
||||||
|
builds/redhat/zeromq.spec
|
||||||
foreign/openpgm/*
|
foreign/openpgm/*
|
||||||
!foreign/openpgm/*.tar.bz2
|
!foreign/openpgm/*.tar.bz2
|
||||||
!foreign/openpgm/*.tar.gz
|
!foreign/openpgm/*.tar.gz
|
||||||
|
@ -296,7 +296,7 @@ Applicable socket types:: all, when using multicast transports
|
|||||||
|
|
||||||
|
|
||||||
ZMQ_RCVTIMEO: Maximum time before a socket operation returns with EAGAIN
|
ZMQ_RCVTIMEO: Maximum time before a socket operation returns with EAGAIN
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Retrieve the timeout for recv operation on the socket. If the value is `0`,
|
Retrieve the timeout for recv operation on the socket. If the value is `0`,
|
||||||
_zmq_recv(3)_ will return immediately, with a EAGAIN error if there is no
|
_zmq_recv(3)_ will return immediately, with a EAGAIN error if there is no
|
||||||
@ -312,7 +312,7 @@ Applicable socket types:: all
|
|||||||
|
|
||||||
|
|
||||||
ZMQ_SNDTIMEO: Maximum time before a socket operation returns with EAGAIN
|
ZMQ_SNDTIMEO: Maximum time before a socket operation returns with EAGAIN
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Retrieve the timeout for send operation on the socket. If the value is `0`,
|
Retrieve the timeout for send operation on the socket. If the value is `0`,
|
||||||
_zmq_send(3)_ will return immediately, with a EAGAIN error if the message
|
_zmq_send(3)_ will return immediately, with a EAGAIN error if the message
|
||||||
@ -392,7 +392,7 @@ Default value:: N/A
|
|||||||
Applicable socket types:: all
|
Applicable socket types:: all
|
||||||
|
|
||||||
ZMQ_LAST_ENDPOINT: Retrieve the last endpoint set
|
ZMQ_LAST_ENDPOINT: Retrieve the last endpoint set
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
The 'ZMQ_LAST_ENDPOINT' option shall retrieve the last endpoint bound for
|
The 'ZMQ_LAST_ENDPOINT' option shall retrieve the last endpoint bound for
|
||||||
TCP and IPC transports. The returned value will be a string in the form of
|
TCP and IPC transports. The returned value will be a string in the form of
|
||||||
a ZMQ DSN.
|
a ZMQ DSN.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user