|
2 | 2 |
|
3 | 3 | ## Release vxx.x.x
|
4 | 4 |
|
| 5 | +### Features |
| 6 | +* |
| 7 | + |
| 8 | +### Changes |
| 9 | +* |
| 10 | + |
| 11 | +### Bugfix |
| 12 | +* |
| 13 | + |
| 14 | +## Release v12.7.0 (14-12-2020) |
| 15 | + |
5 | 16 | ### Features
|
6 | 17 | * 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. |
9 | 19 |
|
10 | 20 | ### 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. |
18 | 25 |
|
19 | 26 | ### Bugfix
|
20 |
| -* Prevent sending broadcast frames on unicast channel |
| 27 | +* Prevent sending broadcast frames on unicast channel during heavy network traffic. |
21 | 28 | * 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. |
23 | 30 | * Corrected radius message memory allocation by adding NULL check to recover from memory exhaustion.
|
24 | 31 |
|
25 | 32 |
|
|
28 | 35 | ### Features
|
29 | 36 | * Allow nanostack max trace level configuration
|
30 | 37 | * 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 |
32 | 39 | * Updated EAPOL relay target when attaching to the network
|
33 | 40 |
|
34 | 41 | ### Changes
|
|
0 commit comments