summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/asyncore/agent/cmdrsp/transport-tweaks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/asyncore/agent/cmdrsp/transport-tweaks.rst')
-rw-r--r--docs/source/examples/v3arch/asyncore/agent/cmdrsp/transport-tweaks.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/source/examples/v3arch/asyncore/agent/cmdrsp/transport-tweaks.rst b/docs/source/examples/v3arch/asyncore/agent/cmdrsp/transport-tweaks.rst
new file mode 100644
index 0000000..bb7d0db
--- /dev/null
+++ b/docs/source/examples/v3arch/asyncore/agent/cmdrsp/transport-tweaks.rst
@@ -0,0 +1,38 @@
+.. toctree::
+ :maxdepth: 2
+
+Transport tweaks
+----------------
+
+.. include:: /../../examples/v3arch/asyncore/agent/cmdrsp/v2c-multiple-interfaces.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/cmdrsp/v2c-multiple-interfaces.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncore/agent/cmdrsp/v2c-multiple-interfaces.py>` script.
+
+
+.. include:: /../../examples/v3arch/asyncore/agent/cmdrsp/v2c-multiple-transports.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/cmdrsp/v2c-multiple-transports.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncore/agent/cmdrsp/v2c-multiple-transports.py>` script.
+
+
+.. include:: /../../examples/v3arch/asyncore/agent/cmdrsp/v3-preserve-original-destination-address.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v3arch/asyncore/agent/cmdrsp/v3-preserve-original-destination-address.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v3arch/asyncore/agent/cmdrsp/v3-preserve-original-destination-address.py>` script.
+