From 9662c4d7b36e5ddbe648fab6e2cde3101b89e800 Mon Sep 17 00:00:00 2001 From: Refik Hadzialic Date: Wed, 12 Oct 2011 19:42:46 +0200 Subject: Report writing --- notFinishedCode/Report/test.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'notFinishedCode/Report/test.tex') 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} -- cgit v1.2.3-55-g7522