Figure 2.6 describes packet mode, not stream

pull/127/head
Wojciech Kaczmarski 2023-09-05 14:23:28 +02:00 zatwierdzone przez GitHub
rodzic 129d5b4c45
commit e4484205cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);