Skip to content

Commit b86a044

Browse files
author
Arto Kinnunen
authored
Update nanostack v12.7.0 changelog (ARMmbed#2525)
1 parent f68126b commit b86a044

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,31 @@
22

33
## Release vxx.x.x
44

5+
### Features
6+
*
7+
8+
### Changes
9+
*
10+
11+
### Bugfix
12+
*
13+
14+
## Release v12.7.0 (14-12-2020)
15+
516
### Features
617
* Use high priority for Wi-SUN maintenance messages to improve network stability under heavy load.
7-
* Limit network TX queue size under heavy load by using Random Early Detection for congestion avoidance.
8-
* Integrated Random early detection congestion packet drop to Wi-SUN interface.
18+
* Add Random Early Detection for congestion avoidance for Wi-SUN interfaces.
919

1020
### Changes
11-
* Nanostack now indicates connection down on RPL local repair start
12-
* Added trace for mbed TLS errors
13-
* Optimized medium size network MPL parameters for 40 seconds multicast interval
14-
* Added traces to EAPOL TX failure
15-
* Added traces to Adaptation layer for Direct TX queue level decrease or increase by 20
16-
* New Network statistics info for Random early detection dropped packet at Adaptation layer.
17-
* Border router does not periodically increase the PAN version number for faster detection of Border router restart.
21+
* Nanostack indicates connection down event on RPL local repair start.
22+
* Optimized Wi-SUN medium size network MPL parameters for 40 seconds multicast interval.
23+
* Added Random Early Detection dropped packets field to network statistics.
24+
* Border router does not periodically increase the PAN version number for optimising Border router restart detection.
1825

1926
### Bugfix
20-
* Prevent sending broadcast frames on unicast channel
27+
* Prevent sending broadcast frames on unicast channel during heavy network traffic.
2128
* Delay sending of the first DIO message until parent selection is made and DAO target is published. Fix is made to avoid sending of DIO messages to the unstable network.
22-
* Accept only next possible BSI for detect BR reboot. This fix a bug when PAN timeout happen and node join correctly to new but hear old BSI after that.
29+
* Accept only next possible Broadcast Schedule ID to detect BR reboot situation.
2330
* Corrected radius message memory allocation by adding NULL check to recover from memory exhaustion.
2431

2532

@@ -28,7 +35,7 @@
2835
### Features
2936
* Allow nanostack max trace level configuration
3037
* MPL parameters configured based on network size
31-
* Added faster recovery based on Broadcast schedule id change detection
38+
* Added faster recovery based on Broadcast Schedule ID change detection
3239
* Updated EAPOL relay target when attaching to the network
3340

3441
### Changes

0 commit comments

Comments
 (0)