Skip to content

Commit b6e42cb

Browse files
committed
doc: Add a showcase for QUIC link sharing
Based on the QUIC shared_link example.
1 parent 5f8ede1 commit b6e42cb

8 files changed

Lines changed: 4866 additions & 0 deletions

File tree

.oppfeatures

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,21 @@
13811381
compileFlags = ""
13821382
linkerFlags = ""
13831383
/>
1384+
<feature
1385+
id = "QuicShowcases"
1386+
name = "QUIC showcases"
1387+
description = "Showcases for the QUIC protocol."
1388+
initiallyEnabled = "true"
1389+
requires = "Ethernet Ieee8021d Ipv4 Loopback Quic Queueing TcpInet Udp"
1390+
recommended = ""
1391+
labels = ""
1392+
nedPackages = "
1393+
inet.showcases.quic
1394+
"
1395+
extraSourceFolders = ""
1396+
compileFlags = ""
1397+
linkerFlags = ""
1398+
/>
13841399
<feature
13851400
id = "Rip"
13861401
name = "RIP routing"

showcases/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ the simulations (NED, ini, and other files) and the web pages are in the
1818
1919
Latest changes:
2020

21+
- :doc:`quic/linksharing/doc/index` added (2024-02-26)
2122
- :doc:`emulation/mininet/doc/index` added (2024-02-26)
2223
- :doc:`tsn/trafficshaping/underthehood/doc/index` updated (2023-07-28)
2324
- :doc:`tsn/trafficshaping/cbsandtas/doc/index` released (2023-07-28)
@@ -40,6 +41,7 @@ All showcases:
4041
general/index
4142
measurement/index
4243
mobility/index
44+
quic/index
4345
routing/index
4446
visualizer/canvas/index
4547
visualizer/osg/index

showcases/quic/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
QUIC
2+
====
3+
4+
These showcases demonstrate the QUIC implementation in INET.
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
linksharing/doc/index

0 commit comments

Comments
 (0)