diff --git a/bachelor-project-nikolaj.pdf b/bachelor-project-nikolaj.pdf index e7aa962..a12a54a 100644 Binary files a/bachelor-project-nikolaj.pdf and b/bachelor-project-nikolaj.pdf differ diff --git a/bachelor-project-nikolaj.tex b/bachelor-project-nikolaj.tex index e2173df..034a120 100644 --- a/bachelor-project-nikolaj.tex +++ b/bachelor-project-nikolaj.tex @@ -116,12 +116,12 @@ \begin{tcolorbox}[colback=lightgray!30!white] \begin{itemize} - \item The runner - \item Conductors - \item Recipes and handlers + \item The runner (brief) + \item Conductors (brief) + \item Recipes and handlers (brief) \item File event monitor (Watchdog) \item Events (important to clarify how file events work since I refer to it in the method section) - \item Testing + \item Testing (brief) \end{itemize} \end{tcolorbox} @@ -135,10 +135,6 @@ I make use of the following socket methods, which have the same names and functions in the \texttt{socket} library and the Berkeley sockets API: - \begin{tcolorbox}[colback=blue!30!white] - Too granular? - \end{tcolorbox} - \begin{itemize} \setlength{\itemsep}{-5pt} \item \texttt{bind()}: Associates the socket with a given local IP address and port. It also reserves the port locally. @@ -153,7 +149,7 @@ \begin{itemize} \setlength{\itemsep}{-5pt} \item \texttt{connect()}: Sends a TCP connection request to a listening socket. - \item \texttt{sendall()}: Sends data a socket. + \item \texttt{sendall()}: Sends data to a socket. \end{itemize} \section{Method}