aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2019-07-29 13:51:31 +0200
committerDave Wallace <dwallacelf@gmail.com>2019-08-05 16:19:54 +0000
commit7858d6e9e2e3aa118638676a202e600fc9668986 (patch)
tree05495064d263a489b7f117ad5da43a8a915276e4 /docs
parent09db37a5d40d393c4b9b44da32bc86943d53f8d3 (diff)
docs: Add more quic plugin documentation
Type: docs Change-Id: I0209769f73a46ddad7c2625ad0f774ee2eef43dd Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/_images/quic_plugin_datastructures.pngbin0 -> 46525 bytes
-rw-r--r--docs/_images/quic_plugin_echo_flow.pngbin0 -> 43106 bytes
-rw-r--r--docs/gettingstarted/developers/index.rst1
l---------docs/gettingstarted/developers/quic_plugin.rst1
4 files changed, 2 insertions, 0 deletions
diff --git a/docs/_images/quic_plugin_datastructures.png b/docs/_images/quic_plugin_datastructures.png
new file mode 100644
index 00000000000..00bd3ff642e
--- /dev/null
+++ b/docs/_images/quic_plugin_datastructures.png
Binary files differ
diff --git a/docs/_images/quic_plugin_echo_flow.png b/docs/_images/quic_plugin_echo_flow.png
new file mode 100644
index 00000000000..1b976f07a52
--- /dev/null
+++ b/docs/_images/quic_plugin_echo_flow.png
Binary files differ
diff --git a/docs/gettingstarted/developers/index.rst b/docs/gettingstarted/developers/index.rst
index fe265786e24..2d27da99ba8 100644
--- a/docs/gettingstarted/developers/index.rst
+++ b/docs/gettingstarted/developers/index.rst
@@ -39,3 +39,4 @@ The Developers section covers the following areas:
fib20/index.rst
buildwireshark
punt
+ quic_plugin
diff --git a/docs/gettingstarted/developers/quic_plugin.rst b/docs/gettingstarted/developers/quic_plugin.rst
new file mode 120000
index 00000000000..ffe53429571
--- /dev/null
+++ b/docs/gettingstarted/developers/quic_plugin.rst
@@ -0,0 +1 @@
+../../../src/plugins/quic/quic_plugin.rst \ No newline at end of file