blob: a106950c3ea5e8142c48267abb7bb1f655f3cad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\chapter{Heartbeat}
\label{chap:heartbeat}
repeat introduction of heartbeat from chap:background, figure with focus on gameserver-masterserver interaction.
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{img/overview-hb}
\caption{Focus on interaction between gameserver and masterserver}\label{fig:overviewhb}
\end{figure}
explanation of purpose, UDP information which it contains and/or is meant to convey.
\\
security challenge (secure/validate)
\\
ports that are opened, listening\\
\\
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{img/uplink-exchange}
\caption{Interaction between gameserver and masterserver}\label{fig:uplink}
\end{figure}
|