Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
kc1awv a4e9d7551e
update pdf 2023-09-05 08:31:45 -04:00
Steve Miller b61e888d1f
Merge pull request #127 from sp5wwp/main
Figure 2.6 describes packet mode, not stream
2023-09-05 08:29:14 -04:00
kc1awv 59912001fa
Update PDF 2023-09-05 08:24:13 -04:00
Wojciech Kaczmarski e4484205cd
Figure 2.6 describes packet mode, not stream 2023-09-05 14:23:28 +02:00
2 zmienionych plików z 1 dodań i 1 usunięć

Plik binarny nie jest wyświetlany.

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