Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2108)

Delta Between Two Patch Sets: CHANGES.html

Issue 132870043: Simple[NetDevice,Channel] - not that simple anymore (Closed)
Left Patch Set: Some fixes Created 9 years, 7 months ago
Right Patch Set: Doxygen and minor stuff Created 9 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | RELEASE_NOTES » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>ns-3 Change Log</title> 5 <title>ns-3 Change Log</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <h1> 9 <h1>
10 ns-3: API and model change history</h1> 10 ns-3: API and model change history</h1>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <ul> 56 <ul>
57 <li> New "const double& SpectrumValue:: operator[] (size_t index) const". 57 <li> New "const double& SpectrumValue:: operator[] (size_t index) const".
58 </li> 58 </li>
59 <li> A new TraceSource has been added to TCP sockets: SlowStartThreshold. 59 <li> A new TraceSource has been added to TCP sockets: SlowStartThreshold.
60 </li> 60 </li>
61 <li> New method CommmandLine::AddValue (name, attibutePath) to provide a 61 <li> New method CommmandLine::AddValue (name, attibutePath) to provide a
62 shorthand argument "name" for the Attribute "path". This also has 62 shorthand argument "name" for the Attribute "path". This also has
63 the effect of including the help string for the Attribute in the 63 the effect of including the help string for the Attribute in the
64 Usage message. 64 Usage message.
65 </li> 65 </li>
66 <li> A new SimpleNetDeviceHelper can now be used to install SimpleNetDevices.
67 </li>
66 </ul> 68 </ul>
67 69
68 <h2>Changes to existing API:</h2> 70 <h2>Changes to existing API:</h2>
69 <ul> 71 <ul>
70 <li> "Icmpv6L4Protocol::ForgeEchoRequest" is now returning a packet with the p roper IPv6 header. 72 <li> "Icmpv6L4Protocol::ForgeEchoRequest" is now returning a packet with the p roper IPv6 header.
71 </li> 73 </li>
72 <li> The TCP socket Attribute "SlowStartThreshold" has been renamed "InitialSl owStartThreshold" to 74 <li> The TCP socket Attribute "SlowStartThreshold" has been renamed "InitialSl owStartThreshold" to
73 clarify that the effect is only on the initial value. 75 clarify that the effect is only on the initial value.
76 </li>
77 <li> SimpleNetDevice and SimpleChannel are not so simple anymore. SimpleNetDev ice can be now a
78 Broadcast or PointToPoint NetDevice, it can have a limited bandwidth and it uses an output
79 queue.·······
74 </li> 80 </li>
75 </ul> 81 </ul>
76 82
77 <h2>Changes to build system:</h2> 83 <h2>Changes to build system:</h2>
78 <ul> 84 <ul>
79 </ul> 85 </ul>
80 86
81 <h2>Changed behavior:</h2> 87 <h2>Changed behavior:</h2>
82 <ul> 88 <ul>
83 </ul> 89 </ul>
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2367 interval from hello interval. This is an important bug fix as 2373 interval from hello interval. This is an important bug fix as
2368 hold time == refresh time was never intentional, as it leads to 2374 hold time == refresh time was never intentional, as it leads to
2369 instability in neighbor detection. 2375 instability in neighbor detection.
2370 </ul> 2376 </ul>
2371 </li> 2377 </li>
2372 2378
2373 </ul> 2379 </ul>
2374 2380
2375 </body> 2381 </body>
2376 </html> 2382 </html>
LEFTRIGHT
« no previous file | RELEASE_NOTES » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b