From: Richard Whitehouse Date: Wed, 27 Apr 2011 00:58:02 +0000 (+0100) Subject: Fix acronym and comma usage in preparation chapter X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=6bd82814ecba4c0b943ffdb3cbc53d70ae54fffe;p=ii-diss.git Fix acronym and comma usage in preparation chapter --- diff --git a/preparation.tex b/preparation.tex index 3f56def..ec803e7 100644 --- a/preparation.tex +++ b/preparation.tex @@ -16,9 +16,9 @@ ns3 uses Python to do a similar job. However, with ns3, Python is desigined as a When I decided to settle on ns3, for the reasons outlined above, it was imperative to work out how much code existed in ns3, and how much I would need to write. -ns3 ships a CSMA implementation, without collision detection, along with a network bridge implementation, which doesn't conform to the standard \ref{80211d}. In particular it lacked a RSTP implementation. +ns3 ships a CSMA implementation, without collision detection, along with a network bridge implementation, which doesn't conform to the standard \ref{80211d}. In particular it lacked a RSTP - Rapid Spanning Tree Protocol - implementation. -As outlined in 1.4, MOOSE, the 802.11D specification, along with Ethernet implementation details are entirely off the course which I had to research +As outlined in 1.4, MOOSE, the 802.11D specification, along with Ethernet implementation details, are entirely off the course which I had to research \section{Changes to Proposal}