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