summaryrefslogtreecommitdiff
path: root/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst')
-rw-r--r--docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst b/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
new file mode 100644
index 0000000..cac5de9
--- /dev/null
+++ b/docs/source/examples/v1arch/asyncore/manager/cmdgen/transport-tweaks.rst
@@ -0,0 +1,29 @@
+.. toctree::
+ :maxdepth: 2
+
+Transport tweaks
+----------------
+
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/spoof-source-address.py>` script.
+
+
+.. include:: /../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/v1arch/asyncore/manager/cmdgen/broadcast-agent-discovery.py>` script.
+
+
+See also: :doc:`library reference </docs/contents>`.