From 7858d6e9e2e3aa118638676a202e600fc9668986 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Mon, 29 Jul 2019 13:51:31 +0200 Subject: docs: Add more quic plugin documentation Type: docs Change-Id: I0209769f73a46ddad7c2625ad0f774ee2eef43dd Signed-off-by: Nathan Skrzypczak --- docs/_images/quic_plugin_datastructures.png | Bin 0 -> 46525 bytes docs/_images/quic_plugin_echo_flow.png | Bin 0 -> 43106 bytes docs/gettingstarted/developers/index.rst | 1 + docs/gettingstarted/developers/quic_plugin.rst | 1 + 4 files changed, 2 insertions(+) create mode 100644 docs/_images/quic_plugin_datastructures.png create mode 100644 docs/_images/quic_plugin_echo_flow.png create mode 120000 docs/gettingstarted/developers/quic_plugin.rst (limited to 'docs') diff --git a/docs/_images/quic_plugin_datastructures.png b/docs/_images/quic_plugin_datastructures.png new file mode 100644 index 00000000000..00bd3ff642e Binary files /dev/null and b/docs/_images/quic_plugin_datastructures.png 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 Binary files /dev/null and b/docs/_images/quic_plugin_echo_flow.png 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 -- cgit 1.2.3-korg