@@ -224,7 +224,7 @@ Applicable socket types:: all, when using TCP or IPC transports
224224
225225
226226ZMQ_GSSAPI_SERVER: Retrieve current GSSAPI server role
227- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
227+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
228228Returns the 'ZMQ_GSSAPI_SERVER' option, if any, previously set on the socket.
229229
230230[horizontal]
@@ -744,7 +744,7 @@ Applicable socket types:: all, when using TCP transports.
744744
745745
746746ZMQ_TCP_KEEPALIVE_IDLE: Override TCP_KEEPIDLE (or TCP_KEEPALIVE on some OS)
747- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
747+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
748748Override 'TCP_KEEPIDLE'(or 'TCP_KEEPALIVE' on some OS) socket option (where
749749supported by OS). The default value of `-1` means to skip any overrides and
750750leave it to OS default.
@@ -923,7 +923,7 @@ Applicable socket types:: ZMQ_ROUTER
923923
924924
925925ZMQ_IN_BATCH_SIZE: Maximal receive batch size
926- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
926+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
927927Gets the maximal amount of messages that can be received in a single
928928'recv' system call.
929929
@@ -939,7 +939,7 @@ Applicable socket types:: All, when using TCP, IPC, PGM or NORM transport.
939939
940940
941941ZMQ_OUT_BATCH_SIZE: Maximal send batch size
942- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
942+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
943943Gets the maximal amount of messages that can be sent in a single
944944'send' system call.
945945
0 commit comments