Skip to content

Commit

Permalink
Problem: Incorrect formatting of documentation in zmq_udp.txt
Browse files Browse the repository at this point in the history
Solution: Replace incorrect underline pattern in zmq_udp.txt that
makes part of the text show up as pre-formatted code block with
regular underline pattern.
  • Loading branch information
nevalsar committed Jul 22, 2022
1 parent 8fd1ec0 commit ea1962b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/zmq_udp.txt
Expand Up @@ -28,7 +28,7 @@ For the UDP transport, the transport is `udp`.
The meaning of the 'address' part is defined below.

Binding a socket
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------
With 'udp' we can only bind the 'ZMQ_DISH' socket type.
When binding a socket using _zmq_bind()_ with the 'udp'
transport the 'endpoint' shall be interpreted as an 'interface' followed by a
Expand All @@ -45,7 +45,7 @@ The UDP port number may be specified a numeric value, usually above
1024 on POSIX systems.

Connecting a socket
~~~~~~~~~~~~~~~~~~~
-------------------
With 'udp' we can only connect the 'ZMQ_RADIO' socket type.
When connecting a socket to a peer address using _zmq_connect()_ with the 'udp'
transport, the 'endpoint' shall be interpreted as a 'peer address' followed by
Expand Down

0 comments on commit ea1962b

Please sign in to comment.