diff options
| author | Darkelarious <darkelarious@333networks.com> | 2020-12-21 18:40:14 +0000 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2020-12-21 18:40:14 +0000 |
| commit | 6b7437536bbf9fa1219ed2657fe53b4767fdda1d (patch) | |
| tree | 9f95696f23d8e01d471a579a6277172fe425e3bb /src/body/serverlist.tex | |
| parent | 51f9c4adf8a605bd955bfc4c2c09e7ff99808a0f (diff) | |
| download | MasterServer-Documentation-6b7437536bbf9fa1219ed2657fe53b4767fdda1d.tar.gz MasterServer-Documentation-6b7437536bbf9fa1219ed2657fe53b4767fdda1d.zip | |
add chapter heartbeat, organise files
Diffstat (limited to 'src/body/serverlist.tex')
| -rwxr-xr-x | src/body/serverlist.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/body/serverlist.tex b/src/body/serverlist.tex new file mode 100755 index 0000000..d7c0a64 --- /dev/null +++ b/src/body/serverlist.tex @@ -0,0 +1,20 @@ +\chapter{Serverlist} +\label{chap:serverlist} + +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} +\end{figure} + +interaction, secure/validate, requests, TCP +\\ +procedure. + + +\begin{figure}[H] + \centering + \includegraphics[width=\textwidth]{img/client-exchange} + \caption{Interaction between client and masterserver over time.}\label{fig:client} +\end{figure} |
