sentence made no sense in emu.h
authorCraig Dowell <craigdo@ee.washington.edu>
Thu, 30 Oct 2008 16:39:37 -0700
changeset 3838 c57cb1ef0098
parent 3837 ece71adb1c42
child 3839 c85506878fe5
sentence made no sense in emu.h
src/devices/emu/emu.h
--- a/src/devices/emu/emu.h	Thu Oct 30 15:36:36 2008 -0700
+++ b/src/devices/emu/emu.h	Thu Oct 30 16:39:37 2008 -0700
@@ -4,9 +4,8 @@
  *
  * \section Emulated Net Device Model
  *
- * The emulated net device allows a simulation node to talk to a real network
- * and send and receive packets that are processed by the corresponding ns-3
- * node.
+ * The emulated net device allows a simulation node to send and receive packets
+ * a real network.
  *
  * The emulated net device relies on a specified interface being in promiscuous
  * mode.  It opens a raw socket and binds to that interface.  We perform MAC
@@ -37,7 +36,7 @@
  * MAC addresses will be generated using the Organizationally Unique Identifier
  * (OUI) 00:00:00 as a base.  This vendor code is not assigned to any 
  * organization and so should not conflict with any real hardware.  
-
+ *
  * It is always up to you to determine that using these MAC addresses is
  * okay on your network and won't conflict with anything else (including another
  * simulation using emu devices) on your network.  If you are using the