From e4484205cd690c6d00f4a3aac807ce8c7dd33e5c Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:23:28 +0200 Subject: [PATCH] Figure 2.6 describes packet mode, not stream --- M17_spec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M17_spec.tex b/M17_spec.tex index 60b34c1..8c07be7 100644 --- a/M17_spec.tex +++ b/M17_spec.tex @@ -969,7 +969,7 @@ Within the Physical Layer, the 368 Type 4 bits are randomized and combined with \node (al) [sub,above of=dl,yshift=4cm] { \begin{tikzpicture} \node (ap) [rectangle,fill=black!20] {Application Layer}; - \node (sd) [rectangle,draw,below of=ap,fill=white,yshift=1.5cm] {Stream Data}; + \node (sd) [rectangle,draw,below of=ap,fill=white,yshift=1.5cm] {Packet Data}; \end{tikzpicture} }; \draw [-latex](al) -- (dl);