summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex')
-rw-r--r--notFinishedCode/Report/test.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/notFinishedCode/Report/test.tex b/notFinishedCode/Report/test.tex
index 23c5e7b..3b67df0 100644
--- a/notFinishedCode/Report/test.tex
+++ b/notFinishedCode/Report/test.tex
@@ -143,14 +143,15 @@ We solved the problem by changing the socket options with the \emph{SO\_REUSEADD
Before solving the problem without using the socket parameter, we had another solution to get around this problem by killing the application running the port, this old method is obsolete now.
\begin{figure}[ht!]
\centering
- \includegraphics[width=97mm]{ServerHandlerClass.png}
- \caption[]{Server class}
+ \includegraphics[scale=0.8]{serverClass.png}
+ \caption[]{Server class, used by the server application}
\end{figure}
-The client class can be seen in the following figure.
-\begin{figure}[ht!]
+In the process of testing the client class we did not have any major problems. The only major flow we had to debug was when one of the sides disconnects that we get out of the waiting loop if the timeout variable was set to \emph{0} (i.e. infinite waiting loop.)
+The client class can be seen in the following figure. To initialize the client object one needs to define the IP address and the port of the server application listening on it.
+\begin{figure}[hb!]
\centering
- \includegraphics[width=90mm]{ClientClass.png}
- \caption[]{Client class}
+ \includegraphics[scale=0.5]{ClientClass.png}
+ \caption[]{Client class, used by the client application}
\end{figure}