File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 36
36
37
37
\let\stdsection\section
38
38
\renewcommand \section {\newpage\stdsection }
39
-
40
- % Configure siunitx package
41
-
42
- \sisetup {per=fraction, alsoload=binary, obeyall}
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ \subsubsection{TCP Flow Control}
112
112
gegebener Window Size von 64 KB und Geschwindigkeit von 1.5 MBit/s.
113
113
\begin {align* }
114
114
& RTT = \frac {RWin}{R_{max}} \\
115
- & \frac {\SI {64}{\kilo\byte } \cdot \SI [per=slash] {8}{\bit\per\byte } \cdot \SI [per=slash] {1024}{\bit\per\kilo\byte }}{\SI [per=slash] {1.5}{\mebi\bit\per\second }} = \SI {.35}{s} \\
115
+ & \frac {\SI {64}{\kilo\byte } \cdot \SI {8}{\bit\per\byte } \cdot \SI {1024}{\bit\per\kilo\byte }}{\SI {1.5}{\mebi\bit\per\second }} = \SI {.35}{s} \\
116
116
& Distance = v \cdot t =\left (\frac {2}{3} \cdot \SI {300000}{\kilo\meter\per\second }\right )\cdot \SI {.35}{s} = \SI {70000}{\kilo\meter }
117
117
\end {align* }
118
118
You can’t perform that action at this time.
0 commit comments