diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-01-22 19:20:10 +0000 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-01-22 19:20:10 +0000 |
| commit | d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b (patch) | |
| tree | 1874dd76a8424fcaf2f4662382328f3f9858838d /src/body/serverlist.tex | |
| parent | 6b7437536bbf9fa1219ed2657fe53b4767fdda1d (diff) | |
| download | MasterServer-Documentation-d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b.tar.gz MasterServer-Documentation-d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b.zip | |
handwritten notes to Tikz, add list of issues to appendices
Diffstat (limited to 'src/body/serverlist.tex')
| -rwxr-xr-x | src/body/serverlist.tex | 13 |
1 files changed, 7 insertions, 6 deletions
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} |
