summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst')
-rw-r--r--docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst b/docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst
index 332ee9c..9434b95 100644
--- a/docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst
+++ b/docs/source/examples/v3arch/twisted/manager/cmdgen/transport-tweaks.rst
@@ -4,24 +4,26 @@
Transport tweaks
----------------
-.. include:: /../../examples/v3arch/twisted/manager/cmdgen/getnext-v2c-from-specific-address.py
+.. include:: /../../examples/v3arch/twisted/manager/cmdgen/custom-timeout-and-retries.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/twisted/manager/cmdgen/getnext-v2c-from-specific-address.py
+.. literalinclude:: /../../examples/v3arch/twisted/manager/cmdgen/custom-timeout-and-retries.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/twisted/manager/cmdgen/getnext-v2c-from-specific-address.py>` script.
+:download:`Download</../../examples/v3arch/twisted/manager/cmdgen/custom-timeout-and-retries.py>` script.
-.. include:: /../../examples/v3arch/twisted/manager/cmdgen/get-v2c-custom-timeout.py
+.. include:: /../../examples/v3arch/twisted/manager/cmdgen/send-packet-from-specific-address.py
:start-after: """
:end-before: """#
-.. literalinclude:: /../../examples/v3arch/twisted/manager/cmdgen/get-v2c-custom-timeout.py
+.. literalinclude:: /../../examples/v3arch/twisted/manager/cmdgen/send-packet-from-specific-address.py
:start-after: """#
:language: python
-:download:`Download</../../examples/v3arch/twisted/manager/cmdgen/get-v2c-custom-timeout.py>` script.
+:download:`Download</../../examples/v3arch/twisted/manager/cmdgen/send-packet-from-specific-address.py>` script.
+
+See also: :doc:`library reference </docs/contents>`.