Version 3.00.xx
Version 3.00.01
Release Date: 2014-04-18
Requirements
- µC/CPU V1.30.00
- µC/LIB V1.38.00
- µC/Common V1.00.00
- Mocana nanoSSL V5.7.00 [Option]
New features & improvements
- Modified the TCP layer to disable the balancing algorithm when transmitting from the receive or the timer task. It improves the global TCP performance, especially with a low OS tick rate.
- Updated Mocana Secure port to support NanoSSL V5.7.
- Added the support for the Renesas RX64M (RX-EtherC)
API Changes
None.
Bug Fixes
- Removed check of PHY bus mode from generic interface adding function. It must now be validated in the phy driver and/or the BSP.
- Fixed issue with the TCP maximum segment size used.
- Corrected issue when connecting with TCP and the remote host send a reset.
- Modified how IPv6 addresses are copied in the ICMPv6 and NDP layer to avoid possible misalignment issue.
- Corrected compile error and warning for specific configurations.
- Fixed a problem with Random port release that happened with a listening socket and child sockets.
- Corrected issue with the API to select the interface (used by DHCP)
- Corrected issue with the calculation the number of TCP connection required following the configuration.
- Fixed lock issue in the WiFi manager.
- Added a loop break in the function NetTCP_RxPktConnHandlerReTxQ() to avoid dead lock.
- Fixed some issues that occur with a server and SSL at the first loading.
Version 3.00.00
Release Date: 2014-02-14
Requirements
- µC/CPU V1.30.00
- µC/LIB V1.38.00
- µC/Common V1.00.00
- Mocana nanoSSL V5.5.01 [Option]
New features & improvements
- IPv6
- ICMPv6
- NDP
- MLDP
API Changes
None.
Bug Fixes
None.