From d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Fri, 22 Jan 2021 19:20:10 +0000 Subject: handwritten notes to Tikz, add list of issues to appendices --- src/body/serverlist.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/body/serverlist.tex') diff --git a/src/body/serverlist.tex b/src/body/serverlist.tex index d7c0a64..5b17f4c 100755 --- a/src/body/serverlist.tex +++ b/src/body/serverlist.tex @@ -3,9 +3,9 @@ introduction how game clients (``players'') get their list of servers. \begin{figure}[h] - \centering - \includegraphics[width=\textwidth]{img/overview-cms} - \caption{Focus on interaction between client and masterserver }\label{fig:overviewcms} +\centering +\input{tikz/overview-cms} +\caption{Focus on interaction between client and masterserver }\label{fig:overviewcms} \end{figure} interaction, secure/validate, requests, TCP @@ -14,7 +14,8 @@ procedure. \begin{figure}[H] - \centering - \includegraphics[width=\textwidth]{img/client-exchange} - \caption{Interaction between client and masterserver over time.}\label{fig:client} +\centering +\input{tikz/client-exchange} +\caption{TCP interaction between the masterserver (left) and game client (right) over time.} +\label{fig:client} \end{figure} -- cgit v1.2.3