From 57ad09ec030c3cbabd6e1a27b19a83412d964e09 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 6 May 2011 11:06:54 +0100 Subject: [PATCH] Use LaTeX itemize properly --- introduction.tex | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/introduction.tex b/introduction.tex index 71d52ab..e9dbea2 100644 --- a/introduction.tex +++ b/introduction.tex @@ -100,9 +100,15 @@ The most important work in this area is set out by Scott et al. in \cite{moose1} I aimed to implement a simulation capable of simulating MOOSE and Ethernet networks on a commodity PC to give a realistic comparison of MOOSE and Ethernet within a number of areas: - * The size of the state data held by the switch and change in performance characteristics as this reaches a predefined limit. - * The amount of overhead in terms of control messages relative to the amount of data transfered. - * The efficiency of the routes used by the protocol. +\begin{itemize} + +\item The size of the state data held by the switch and change in performance characteristics as this reaches a predefined limit. + +\item The amount of overhead in terms of control messages relative to the amount of data transfered. + +\item The efficiency of the routes used by the protocol. + +\end{itemize} I aim to show how MOOSE and Ethernet compare as the number of hosts under simulation rises. -- 2.34.1