summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncore/proxy/command/transport-conversion.rst
blob: 7a5a7155cc6a8b2407c2d379e4b6fb7f872dc735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. toctree::
   :maxdepth: 2

Transport conversion
--------------------

.. include:: /../../examples/v3arch/asyncore/proxy/command/udp6-to-udp4-conversion.py
   :start-after: """
   :end-before: """#

.. literalinclude:: /../../examples/v3arch/asyncore/proxy/command/udp6-to-udp4-conversion.py
   :start-after: """#
   :language: python

:download:`Download</../../examples/v3arch/asyncore/proxy/command/udp6-to-udp4-conversion.py>` script.


See also: :doc:`library-reference </docs/contents>`.