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

Side by Side Diff: RELEASE_NOTES

Issue 23240044: Improvements to IPv6 route and address printing (Closed)
Patch Set: Fix copyright in printing function Created 10 years, 3 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:
View unified diff | Download patch
« no previous file with comments | « CHANGES.html ('k') | src/internet/model/ipv6-interface-address.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 ns-3 RELEASE NOTES 2 ns-3 RELEASE NOTES
3 3
4 This file contains ns-3 release notes (most recent releases first).·· 4 This file contains ns-3 release notes (most recent releases first).··
5 5
6 All of the ns-3 documentation is accessible from the ns-3 website:· 6 All of the ns-3 documentation is accessible from the ns-3 website:·
7 http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html 7 http://www.nsnam.org including tutorials: http://www.nsnam.org/tutorials.html
8 8
9 Consult the file CHANGES.html for more detailed information about changed 9 Consult the file CHANGES.html for more detailed information about changed
10 API and behavior across ns-3 releases. 10 API and behavior across ns-3 releases.
11 11
12 Release 3-dev 12 Release 3-dev
13 ============= 13 =============
14 14
15 Availability 15 Availability
16 ------------ 16 ------------
17 This release is not yet available. 17 This release is not yet available.
18 18
19 Supported platforms 19 Supported platforms
20 ------------------- 20 -------------------
21 21
22 New user-visible features 22 New user-visible features
23 ------------------------- 23 -------------------------
24 - IPv6 addresses and routing tables are printed in a more conventional way,
25 closely matching the Linux "route -A inet6" command.
26 ··
24 - new SixLowPanNetDevice model, headers and associated helpers. The· 27 - new SixLowPanNetDevice model, headers and associated helpers. The·
25 SixLowPanNetDevice is able to act as a shim between IPv6 and a NetDevice,· 28 SixLowPanNetDevice is able to act as a shim between IPv6 and a NetDevice,·
26 compressing IPv6 headers according to RFCs 4944 and 6262. 29 compressing IPv6 headers according to RFCs 4944 and 6262.
27 The SixLowPanNetDevice is meant to be used over 802.15.4 NetDevices,· 30 The SixLowPanNetDevice is meant to be used over 802.15.4 NetDevices,·
28 but it can be used on other NetDevices as well (see the manual for full· 31 but it can be used on other NetDevices as well (see the manual for full·
29 details). 32 details).
30 33
31 - A new wifi extension for vehicular simulation support is available in src/wave 34 - A new wifi extension for vehicular simulation support is available in src/wave
32 directory. The current code represents an interim capability to realize an 35 directory. The current code represents an interim capability to realize an
33 IEEE 802.11p-compliant device, but without the WAVE extensions (which 36 IEEE 802.11p-compliant device, but without the WAVE extensions (which
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 to provide object extensibility 1973 to provide object extensibility
1971 1974
1972 - Add support for a BSD-style socket API for user applications 1975 - Add support for a BSD-style socket API for user applications
1973 1976
1974 Release 3.0.1 (2007/03/31) 1977 Release 3.0.1 (2007/03/31)
1975 ========================== 1978 ==========================
1976 1979
1977 - First public release; not yet pre-alpha. 1980 - First public release; not yet pre-alpha.
1978 1981
1979 - Simple UDP-based simulation script (examples/simple-p2p.cc) 1982 - Simple UDP-based simulation script (examples/simple-p2p.cc)
OLDNEW
« no previous file with comments | « CHANGES.html ('k') | src/internet/model/ipv6-interface-address.cc » ('j') | no next file with comments »

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