Documenting CSMA support
authorJosh Pelkey <jpelkey@ece.gatech.edu>
Thu Sep 03 16:05:23 2009 -0400 (5 months ago)
changeset 47225c19a17647c0
parent 4721 2376e521c804
child 4723 2c6d94b0f60d
Documenting CSMA support
src/routing/nix-vector-routing/nix-vector-routing.h
     1.1 --- a/src/routing/nix-vector-routing/nix-vector-routing.h	Thu Sep 03 16:02:47 2009 -0400
     1.2 +++ b/src/routing/nix-vector-routing/nix-vector-routing.h	Thu Sep 03 16:05:23 2009 -0400
     1.3 @@ -30,8 +30,9 @@
     1.4   * improved performance in terms of memory usage and simulation run time 
     1.5   * when dealing with a large number of nodes.
     1.6   *
     1.7 - * Currently, the ns-3 model of nix-vector routing only supports p2p links.  
     1.8 - * It also does not (yet) provide support for adaptation to link failures. 
     1.9 + * Currently, the ns-3 model of nix-vector routing supports p2p links as 
    1.10 + * well as CSMA links.  It also does not (yet) provide support for 
    1.11 + * adaptation to link failures. 
    1.12   *
    1.13   * \section api API and Usage
    1.14   *