From 51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sun, 20 Dec 2020 19:42:29 +0000 Subject: initial draft commit --- src/heartbeat.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 src/heartbeat.tex (limited to 'src/heartbeat.tex') diff --git a/src/heartbeat.tex b/src/heartbeat.tex new file mode 100755 index 0000000..a106950 --- /dev/null +++ b/src/heartbeat.tex @@ -0,0 +1,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} -- cgit v1.2.3