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

Delta Between Two Patch Sets: RELEASE_NOTES

Issue 10945044: 6LoWPAN module (Closed)
Left Patch Set: More tests and fixes Created 10 years, 8 months ago
Right Patch Set: Updated Changes, release notes and authors. Created 10 years, 4 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 | « CHANGES.html ('k') | doc/models/Makefile » ('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 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 - new SixLowPanNetDevice model, headers and associated helpers. The·
25 SixLowPanNetDevice is able to act as a shim between IPv6 and a NetDevice,·
26 compressing IPv6 headers according to RFCs 4944 and 6262.
27 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·
29 details).
24 30
25 Bugs fixed 31 Bugs fixed
26 ---------- 32 ----------
27 - Bug 1778 - Implement TapBridge::IsLinkUp() function 33 - Bug 1778 - Implement TapBridge::IsLinkUp() function
28 - Bug 1777 - Implement the more direct way of "using" configuration of existing tap interface 34 - Bug 1777 - Implement the more direct way of "using" configuration of existing tap interface
29 - Bug 1776 - Improve CRC performance for CsmaNetDevice in emulation modes 35 - Bug 1776 - Improve CRC performance for CsmaNetDevice in emulation modes
30 - Bug 1798 - Changing the rate of onOffApplication might stop transmission 36 - Bug 1798 - Changing the rate of onOffApplication might stop transmission
31 - Bug 1802 - Possible header deserialization problem with IPv4 fragments 37 - Bug 1802 - Possible header deserialization problem with IPv4 fragments
32 38
33 Release 3.18.1 39 Release 3.18.1
(...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 to provide object extensibility 1959 to provide object extensibility
1954 1960
1955 - Add support for a BSD-style socket API for user applications 1961 - Add support for a BSD-style socket API for user applications
1956 1962
1957 Release 3.0.1 (2007/03/31) 1963 Release 3.0.1 (2007/03/31)
1958 ========================== 1964 ==========================
1959 1965
1960 - First public release; not yet pre-alpha. 1966 - First public release; not yet pre-alpha.
1961 1967
1962 - Simple UDP-based simulation script (examples/simple-p2p.cc) 1968 - Simple UDP-based simulation script (examples/simple-p2p.cc)
LEFTRIGHT

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