Add links to tutorial and NetDev presentation

This commit is contained in:
Michał Śledź 2020-11-23 17:51:38 +01:00 committed by Dmitri Tikhonov
parent 4580fab747
commit 8e6b1576b4
2 changed files with 9 additions and 0 deletions

View File

@ -55,6 +55,12 @@ Grab a page from your server:
You can play with various options, of which there are many. Use
the ``-h`` command-line flag to see them.
More about LSQUIC
-----------------
You may be also interested in this presentation_ about LSQUIC.
Slides are available `here <https://github.com/dtikhonov/talks/tree/master/netdev-0x14>`_.
Next steps
----------
@ -69,3 +75,4 @@ the :doc:`apiref`.
.. _`ls-qpack`: https://github.com/litespeedtech/ls-qpack
.. _libevent: https://libevent.org/
.. _README: https://github.com/litespeedtech/lsquic/blob/master/README.md
.. _presentation: https://www.youtube.com/watch?v=kDwyGNsQXds

View File

@ -2,6 +2,8 @@
Tutorial
********
Code for this tutorial is available on `GitHub <https://github.com/dtikhonov/lsquic-tutorial>`_.
.. highlight:: c
Introduction