CHANGES.html, AUTHORS and RELEASE_NOTES updated after AODV merge
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -6,6 +6,7 @@ Mehdi Benamor (mehdi.benamor@telecom-bretagne.eu)
|
||||
Raj Bhattacharjea (raj.b@gatech.edu)
|
||||
Timo Bingmann (timo.bingmann@student.kit.edu)
|
||||
Pavel Boyko (boyko@iitp.ru)
|
||||
Elena Buchatskaia (borovkovaes@iitp.ru)
|
||||
Gustavo Carneiro (gjc@inescporto.pt, gjcarneiro@gmail.com)
|
||||
Angelos Chatzipapas (chatzipa@ceid.upatras.gr)
|
||||
Luis Cortes (cortes@gatech.edu)
|
||||
|
||||
@@ -59,6 +59,10 @@ event with a context different from the execution context of the caller. This AP
|
||||
by the ns-3 logging system to report the execution context of each log line.
|
||||
<li><b>Object::DoStart</b>: Users who need to complete their object setup at the start of a simulation
|
||||
can override this virtual method, perform their adhoc setup, and then, must chain up to their parent.
|
||||
|
||||
<li><b>Aod hoc On-Demand Distance Vector (AODV)</b> routing model,
|
||||
<a href=http://www.ietf.org/rfc/rfc3561.txt>RFC 3561</a> </li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Changes to existing API:</h2>
|
||||
@@ -122,6 +126,9 @@ sched.SetTypeId ("ns3::ListScheduler");
|
||||
Simulator::SetScheduler (sched);
|
||||
</pre>
|
||||
|
||||
<li> Extensions to IPv4 <b>Ping</b> application: verbose output and the ability to configure different ping
|
||||
sizes and time intervals (via new attributes)</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h2>Changed behavior:</h2>
|
||||
|
||||
@@ -31,10 +31,12 @@ http://www.nsnam.org/wiki/index.php/Installation
|
||||
New user-visible features
|
||||
-------------------------
|
||||
|
||||
* The ns-3 logging macros (NS_LOG_*) now report automatically the node id
|
||||
of the event which called the macro.
|
||||
a) The ns-3 logging macros (NS_LOG_*) now report automatically the node id
|
||||
of the event which called the macro.
|
||||
|
||||
API changes from ns-3.5
|
||||
b) Ad hoc On-Demand Distance Vector (AODV) routing model according to RFC 3561.
|
||||
|
||||
API changes from ns-3.6
|
||||
-----------------------
|
||||
API changes for this release are documented in the file CHANGES.html.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user