Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

 

Version 2.13.03

Release Date: 2014-04-10

Requirements

...

  • Corrected an issue when closing a child socket (from a listen socket) which it used a random port.
  • Fixed ans issue with the ARP module when receiving a broadcast message with source IP address set as "0.0.0.0".
  • Changed the minimum allowed TCP idle timeout to 1 second.
  • Fixed an issue when the remote host send a window update.
  • Added a check in the function NetTCP_RxPktConnHandlerReTxQ() to avoid possible infinite loop.
  • Changed the data type used to return the buffer length of the WiFi driver API MgmtExecuteCmd().
  • Added an API in the secure port to allow the Socket Select API to know if some received data is pending within the SSL stack. This bug explained why some time a web page didn't load.
  • Fixed Mocana Secure port to lock and unlock the stack between call. It improves the reliability.

Version 2.13.02

Release Date: 2013-03-25

...

  • A timer was incorrectly deleted twice by a ARP timeout which resulted in a timer corruption issue.
  • NetSock_OptSet() failed to configure properly :
    • Keep alive threshold (NET_SOCK_OPT_TCP_KEEP_CNT)
    • Keep alive interval (NET_SOCK_OPT_TCP_KEEP_IDLE)
  • NetSock_CfgConnChildQ_SizeSet() and NetSock_CfgConnChildQ_SizeGet() failed to release the global netowrk lock.

Version 2.13.01

Release Date: 2012-11-20

Requirements

...

  • Fixed a behaviour with the TCP listen queue. How to decrement the TCP listen queue size has changed in V2.13.00 to limite the number of connection that can be accepted (handshake completed). This modification has affected the BSD 'select' API functionality. Now the number of accepted connection should be limited by using the new api to limit the number of child connection.
  • Corrected an issue with the calculated buffer length with preamble offset.
  • Fixed preprocessor compliler issue with the variable NetIF_802x_AddrMulticastBaseIPv4

Version 2.13.00

Release Date: 2012-09-19

Requirements

...