Skip to content

Commit db383ac

Browse files
committed
showcases: doc: framepreemption: fixed literalinclude
1 parent 9e41d24 commit db383ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

showcases/tsn/framepreemption/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ We use the following traffic for the ``RealisticFifoQueueing``, ``RealisticPrior
196196
and ``RealisticFramePreemption`` configurations:
197197

198198
.. literalinclude:: ../omnetpp.ini
199-
:start-after: Config RealisticBase
199+
:start-at: background traffic
200200
:end-before: Config RealisticFifoQueueing
201201
:language: ini
202202

showcases/tsn/framepreemption/omnetpp.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ description = "Transmission of low priority frames are preempted by high priorit
7171
[Config RealisticBase]
7272
abstract = true
7373

74-
# background
74+
# background traffic ~96Mbps
7575
*.host1.app[0].source.packetLength = 1200B
7676
*.host1.app[0].source.productionInterval = truncnormal(100us,50us)
7777

78-
# time-sensitive
78+
# time-sensitive traffic ~9.6kbps
7979
*.host1.app[1].source.packetLength = 120B
8080
*.host1.app[1].source.productionInterval = truncnormal(10ms,5ms)
8181

0 commit comments

Comments
 (0)